tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Wed, 29 Dec 2010 15:23:16 -0600
branchstable
changeset 13214 5bcb6c9d16db
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
hgweb: abort if config file isn't found

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