view tests/sitecustomize.py @ 17063:3fbc6e3abdbd

exewrapper: use generic term script The exewrapper doesn't know anything so far about what the script is or does.
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 29 Jun 2012 08:10:43 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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