view tests/sitecustomize.py @ 12716:c7e619e30ba3

revset: add id() and rev() to allow explicitly referring to changes by hash or rev
author Augie Fackler <durin42@gmail.com>
date Mon, 11 Oct 2010 09:44:19 -0500
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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