tests/sitecustomize.py
author Pradeepkumar Gayam <in3xes@gmail.com>
Tue, 17 Aug 2010 17:54:32 +0530
changeset 11919 67fb33eb3add
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
tests: unify test-revlog-packentry

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