tests/sitecustomize.py
author Sean Farley <sean.michael.farley@gmail.com>
Sun, 11 Aug 2013 22:40:59 -0500
changeset 19573 dffad92ab709
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
basefilectx: move _filelog from filectx

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