tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Mon, 21 May 2012 17:35:28 -0500
changeset 16769 e406b9656da3
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
merge with stable

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