view tests/sitecustomize.py @ 18524:66ae2ded0968 stable

hgweb: rename 'currentbaseline' template keyword to 'basenode' Shorter and clearer. This keyword represents the node we're currently diffing against.
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 01 Feb 2013 10:12:41 -0600
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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