view tests/sitecustomize.py @ 18658:5e63a85299ba

merge with crew-stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 11 Feb 2013 16:57:46 +0100
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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