tests/sitecustomize.py
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Sat, 03 Jul 2010 17:58:48 +0900
changeset 11606 326ab8727a93
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
log: refactor: compute the value of last outside of filerevgen

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