view tests/sitecustomize.py @ 17856:917a37b76845

merge with stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 23 Oct 2012 09:28:42 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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