tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Wed, 24 Jul 2013 23:51:40 -0500
branchstable
changeset 19476 4fed15d4c5aa
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
commands: add checks for unfinished operations (issue3955) commands checked: backout bisect commit graft import

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