tests/sitecustomize.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Fri, 01 Aug 2014 01:13:53 +0900
branchstable
changeset 21962 8ea921bf1c47
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
i18n-ja: synchronized with 838025b15925

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass