tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Fri, 27 Jul 2012 12:33:48 -0500
branchstable
changeset 17263 c4ebdc36c17e
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
largefiles: fix exception hack for i18n (issue3197) Properly fixing this is quite a bit trickier.

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