tests/sitecustomize.py
author Sean Farley <sean.michael.farley@gmail.com>
Wed, 14 Aug 2013 16:37:59 -0500
changeset 19698 8d4a8f4eb404
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
commitablectx: move ancestors from workingctx

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