view tests/sitecustomize.py @ 24368:55fd99a23fdc

fetch: use an abort hint where appropriate
author Yuya Nishihara <yuya@tcha.org>
date Tue, 17 Mar 2015 20:36:33 +0900
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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