view tests/sitecustomize.py @ 16999:01eb88248937 stable

i18n-de: More corrections for translation of default, and other translations
author Martin Schröder <martinschroeder@vcp-sh.de>
date Mon, 18 Jun 2012 20:07:25 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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