view tests/sitecustomize.py @ 12955:158ca54a79cc stable

run-test: fixed wrong parenthesis Fixed wrong placement of end parenthesis, from b911cb80c671
author Erik Zielke <ez@aragost.com>
date Mon, 08 Nov 2010 10:56:47 +0100
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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