DebugClients/Python/coverage/__main__.py@aa8045780ce4
DebugClients/Python/coverage/__main__.py
Thu, 06 Oct 2016 22:51:04 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Thu, 06 Oct 2016 22:51:04 +0200
- branch
- debugger speed
- changeset 5208
- aa8045780ce4
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
Make attachThread and dumpThreadList runnable again.
# 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())