view tests/sitecustomize.py @ 23986:baa0652000b5 stable

i18n-ja: synchronized with 9a391d720cf9
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sun, 01 Feb 2015 08:24:08 +0900
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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