tests/sitecustomize.py
author "Bradley M. Kuhn" <bkuhn@ebb.org>
Sun, 08 Sep 2013 19:02:08 -0400
changeset 21021 422981492ace
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
commit: --edit/-e to force edit of otherwise-supplied commit message The --edit/-e option for the 'commit' command forces editor, even when a commit message has been provided already by other means, such as by the -m or -l options.

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