tests/sitecustomize.py
author Mads Kiilerich <madski@unity3d.com>
Wed, 16 Jan 2013 02:01:11 +0100
changeset 18393 a38039ef7312
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
tests: make test-hgweb.t output stable Instability introduced in combination of a4d7fd7ad1f7 and e389a25e7e60.

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