tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Wed, 01 Jun 2011 16:32:48 -0500
branchstable
changeset 14508 07722bb8a08c
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
Added signature for changeset 733af5d9f6b2

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