tests/sitecustomize.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 23 Oct 2014 16:19:56 -0700
changeset 23241 dd610f1d46c9
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
context.status: inline _poststatus() By inlining _poststatus() into _buildstatus(), it becomes clearer that it is only called for the workingctx.

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