tests/sitecustomize.py
author Lucas Moscovicz <lmoscovicz@fb.com>
Wed, 05 Mar 2014 15:55:09 -0800
changeset 21110 49e13e76ec5a
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
largefiles: changed overridelog to work with graphlog Log for largefiles was failing for graph log since it was overriding match instead of matchandpats. [Mads Kiilerich modified this patch to address his review comments and ended up rewriting/removing most of it.]

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