DebugClients/Python/coverage/__main__.py@7283629b02c0
DebugClients/Python/coverage/__main__.py
Thu, 06 Oct 2016 22:28:12 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Thu, 06 Oct 2016 22:28:12 +0200
- branch
- debugger speed
- changeset 5207
- 7283629b02c0
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
Relocated some methods from Debug*Thread and the remaining modules into a new one.
# 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())