view tests/sitecustomize.py @ 20337:a789213c8a38 stable

i18n-de: updated po file with 427d672c0e4e Do this in a separate patch for easier reviewing of the translation patch.
author Simon Heimberg <simohe@besonet.ch>
date Wed, 22 Jan 2014 16:32:53 +0100
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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