tests/sitecustomize.py
author Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>
Fri, 05 Nov 2010 15:13:22 +0100
branchstable
changeset 12930 9bb180abc4d0
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
subrepo: test & fix svn subrepo removal

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