tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Sat, 01 Sep 2012 12:48:08 -0500
branchstable
changeset 17417 072209ae4ddb
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
merge with crew

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