tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Wed, 18 Apr 2012 11:46:23 -0500
branchstable
changeset 16462 09dd707b522a
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
Added signature for changeset d9e2f09d5488

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