DebugClients/Python/coverage/__main__.py@0e59df936fb6
DebugClients/Python/coverage/__main__.py
Sun, 05 Mar 2017 16:09:50 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sun, 05 Mar 2017 16:09:50 +0100
- branch
- maintenance
- changeset 5598
- 0e59df936fb6
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
Don't step into libraries after a QThread or threading.Thread has finished.
(grafted from 0f5d29acc8eaa6b8629586aac56833cb02a59698)
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
"""Coverage.py's main entry point."""
import sys
from coverage.cmdline import main
sys.exit(main())