view tests/sitecustomize.py @ 10886:38f2ef9c134b

localrepo: do not store URL password in undo.desc
author Patrick Mezard <pmezard@gmail.com>
date Mon, 12 Apr 2010 21:37:21 +0200
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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