tests/sitecustomize.py
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 24 Nov 2014 09:50:27 -0800
changeset 23387 3eb99f8e9a62
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
merge: remove obsolete check for untracked files in 'dm' action Since 0776a6cababe (merge: don't use unknown(), 2012-02-09), untracked files are no longer included in the manifest diff, so there is no need to check exclude them when renaming files for directory moves with the 'dm' action.

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