view tests/sitecustomize.py @ 18932:7b4b9e8ea12e

dispatch: catch InterventionRequired and print the message with no prefix
author Augie Fackler <raf@durin42.com>
date Fri, 08 Feb 2013 16:28:24 -0600
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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