view tests/sitecustomize.py @ 15495:e99facd2cd2a stable

help: it is 'file://localhost/', not 'file://local/' The documentation has apparently always been wrong.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Nov 2011 00:10:52 +0100
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass