tests/sitecustomize.py
author Martin Schröder <martinschroeder@vcp-sh.de>
Sun, 17 Jun 2012 15:57:35 +0200
changeset 16979 63c343636490
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
Corrected hyphenation, translated subrepo help and other strings

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