tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Wed, 23 Jul 2014 11:16:22 -0500
branchstable
changeset 21937 54ff2789d75e
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
version: don't traceback if no extensions to list (issue4312)

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