view tests/sitecustomize.py @ 20017:519120a96c63

template: change extras to use showlist rather than manual templ call. This enables start_extras and end_extras in template maps.
author Matthew Turk <matthewturk@gmail.com>
date Fri, 15 Nov 2013 18:08:50 -0500
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass