tests/sitecustomize.py
author Alexander Plavin <alexander@plav.in>
Sun, 10 Nov 2013 18:05:53 +0400
changeset 20021 4830763f825c
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
hgweb: remove unused argument of entries function in filelog This doesn't change the behavior as the argument wasn't used anyway.

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