tests/sitecustomize.py
author Wagner Bruna <wbruna@yahoo.com>
Mon, 06 Feb 2012 08:03:34 -0200
branchstable
changeset 16082 eee86643037c
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
i18n-ja: fix rst markup in hg command output

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