tests/sitecustomize.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 04 Nov 2014 21:33:57 +0000
changeset 23211 6993282e5362
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
patchbomb: extract 'getbundle' closure in its own function Keep marching toward the promised land of simplification!

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