tests/sitecustomize.py
author Yuya Nishihara <yuya@tcha.org>
Tue, 14 Oct 2014 21:59:39 +0900
changeset 22935 ee297602a208
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
sshpeer: forward stdout of remote "hg init" to appropriate output channel Otherwise, commandserver channel could be corrupted.

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