view tests/sitecustomize.py @ 18733:1663fe10f693

tests: work around msys bash mangling of paths in test-mq.t
author Mads Kiilerich <madski@unity3d.com>
date Tue, 26 Feb 2013 21:04:50 +0100
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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