tests/sitecustomize.py
author Siddharth Agarwal <sid0@fb.com>
Thu, 04 Apr 2013 13:45:21 -0700
changeset 19155 0b3689a08df5
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
patch: use scmutil.marktouched instead of scmutil.addremove addremove required paths relative to the cwd, which meant a lot of extra code that transformed paths into relative ones. That code is now gone as well.

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