DebugClients/Python2/coverage/__main__.py@01484c0afbc6
DebugClients/Python2/coverage/__main__.py
Sun, 04 Sep 2016 13:46:43 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 04 Sep 2016 13:46:43 +0200
- branch
- jsonrpc
- changeset 5140
- 01484c0afbc6
- parent 5133
-
b7fe69c6cb1c
- permissions
- -rw-r--r--
Worked on the last TODOs for the modernized debugger protocol.
# 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())
#
# eflag: FileType = Python2