tests/sitecustomize.py
author Simon Heimberg <simohe@besonet.ch>
Sat, 23 Feb 2013 22:07:38 +0100
changeset 18719 9ad13296c581
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
tests: append glob to filename output when required for windows The test failed on windows before this patch.

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