tests/sitecustomize.py
author Siddharth Agarwal <sid0@fb.com>
Tue, 07 May 2013 09:29:43 -0700
changeset 19170 b184e5041f2f
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
dirstate.walk: maintain a list of dirs not found Upcoming patches will factor out the walk over explicit files done in step 1. This helps us get there.

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