view tests/sitecustomize.py @ 14469:2fdea636f254 stable

subrepo: don't crash when git .hgsubstate is empty (issue2716)
author Eric Eisner <ede@alum.mit.edu>
date Sat, 28 May 2011 11:03:48 -0400
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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