tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Sat, 19 Oct 2013 17:26:34 -0700
changeset 19920 1a17bb891ce5
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
i18n-ru: fix the language team field Having this at the default value caused some versions of msgfmt to give fatal errors.

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