tests/sitecustomize.py
author Augie Fackler <raf@durin42.com>
Thu, 07 Aug 2014 12:47:20 -0400
changeset 22409 8f09b785b59b
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
manifest: move addlistdelta to module-level Again, there's no reason for this to be inside manifest.add, so we'll define it only once.

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