DebugClients/Python/coverage/__main__.py@54d6d7c772ea
DebugClients/Python/coverage/__main__.py
Mon, 17 Aug 2015 12:31:29 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 17 Aug 2015 12:31:29 +0200
- branch
- 6_0_x
- changeset 4373
- 54d6d7c772ea
- parent 3499
-
f2d4b02c7e88
- child 4489
-
d0d6e4ad31bd
- permissions
- -rw-r--r--
Changed the Python debug clients to exit when the program exits (only for run, profile and coverage) and regenerated the source docu.
"""Coverage.py's main entry point."""
import sys
from .cmdline import main
sys.exit(main())
#
# eflag: FileType = Python2