tests/sitecustomize.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 11 Dec 2014 21:58:49 -0800
changeset 23640 b46b9865dd08
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
merge: let _forgetremoved() work on the file->action dict By moving the conversion from the file->action dict after _forgetremoved(), we make that method shorter by removing the need for the confusing 'xactions' variable.

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