tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Sat, 19 Oct 2013 14:21:05 -0700
changeset 19915 1989111687a3
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