tests/sitecustomize.py
author Adrian Buehlmann <adrian@cadifra.com>
Wed, 18 May 2011 21:31:40 +0200
changeset 14399 71938479eff9
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
add new option --all to manifest command prints a list of all files in all revisions of the repo obsoletes the cifiles extension

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass