view tests/sitecustomize.py @ 18082:40f0c0748cfc

transplant: replace incancestors uses with ancestors
author Siddharth Agarwal <sid0@fb.com>
date Mon, 17 Dec 2012 15:08:06 -0800
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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