view tests/sitecustomize.py @ 13334:2b2155623ee2 stable 1.7.5

merge with crew
author Matt Mackall <mpm@selenic.com>
date Tue, 01 Feb 2011 17:29:38 -0600
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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