view tests/sitecustomize.py @ 12047:dee1901a0ed8

merge with stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 26 Aug 2010 17:55:07 +0200
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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