tests/sitecustomize.py
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 06 Apr 2010 00:45:53 +0200
branchstable
changeset 10863 60b42f318a6d
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
clone: no race possible, we can use changegroup() and have smaller urls Related to issue2126

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