tests/sitecustomize.py
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 18 Jun 2012 23:02:51 -0400
changeset 17106 4d0e81dca75f
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
largefiles: fix the directory structure when archiving a subrepo in a subrepo Previously, a repo consisting of main/sub/subsub archived sub and subsub as siblings under main.

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