tests/sitecustomize.py
author Mathias De Maré <mathias.demare@gmail.com>
Sun, 28 Dec 2014 23:59:57 +0100
changeset 23679 dd1e73c4be13
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
subrepo: add forgotten annotation for reverting git subrepos Support for reverting git subrepos was added earlier, but the annotation to handle any subrepo errors was forgotten.

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