tests/sitecustomize.py
author Augie Fackler <raf@durin42.com>
Sat, 07 Jun 2014 15:14:36 -0400
branchstable
changeset 21825 3666331164bb
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
cmdutil: add copy-filtering support to duplicatecopies In order to fix issue 4192 we need to be able to skip some copies while doing duplicatecopies.

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