tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Fri, 28 May 2010 14:41:11 -0500
branchstable
changeset 11227 054549ccb680
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
status: avoid performance regression when no .hgsub is present (introduced by 24ce8f0c0a39)

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