tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Fri, 02 May 2014 00:23:58 -0500
changeset 21221 e3ca21e4d05f
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
tests: use locate to find files for pyflakes check Based on a suggestion by Yuya Nishihara

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