view tests/sitecustomize.py @ 24371:8a997bd73448

patch.trydiff: add a docstring It took me a bit to figure out what this function actually does.
author Siddharth Agarwal <sid0@fb.com>
date Tue, 17 Mar 2015 13:06:15 -0700
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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