tests/sitecustomize.py
author Martin Geisler <mg@lazybytes.net>
Thu, 21 Oct 2010 21:34:30 +0200
branchstable
changeset 12804 e0e8b123b75e
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
merge-tools: fixed typos Spotted by Patrick Mézard.

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