tests/sitecustomize.py
author Benoit Allard <benoit@aeteurope.nl>
Tue, 29 Nov 2011 19:51:35 +0100
branchstable
changeset 15582 3da1f60fc80d
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
diff: '\ No newline at end of file' is also not part of the header Diff containing '\ No newline at end of file' were colorized incorrectly.

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