view tests/sitecustomize.py @ 22415:65ec6c5c0fb3

manifest: mark addlistdelta and checkforbidden as module-private
author Augie Fackler <raf@durin42.com>
date Thu, 11 Sep 2014 10:14:34 -0400
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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