tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Sun, 26 Sep 2010 17:20:24 -0500
changeset 12534 3ee3d7634e94
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
tests: unify test-convert-tagsbranch-topology

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass