tests/sitecustomize.py
author Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>
Mon, 05 Apr 2010 20:10:46 +0200
branchstable
changeset 10838 07dbafd3a0e2
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
add a test for the inprocess status dirstate race

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