tests/sitecustomize.py
author Martin Schröder <martinschroeder@vcp-sh.de>
Mon, 18 Jun 2012 20:07:25 +0200
branchstable
changeset 16999 01eb88248937
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
i18n-de: More corrections for translation of default, and other translations

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