DebugClients/Python/coverage/__main__.py@cd058aa6af37
DebugClients/Python/coverage/__main__.py
Fri, 07 Oct 2016 22:50:48 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Fri, 07 Oct 2016 22:50:48 +0200
- branch
- debugger speed
- changeset 5209
- cd058aa6af37
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
Insert import hook to modify thread module to use our bootstrap.
# 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())