tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Mon, 28 Jun 2010 11:07:27 -0500
branchstable
changeset 11456 88abbb046e66
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
revset: deal with empty sets in range endpoints (spotted by Julian Cowley <julian@lava.net>)

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