DebugClients/Python2/coverage/__main__.py@8c48f5e0cd92
DebugClients/Python2/coverage/__main__.py
Sun, 18 Sep 2016 21:35:53 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sun, 18 Sep 2016 21:35:53 +0200
- branch
- debugger speed
- changeset 5174
- 8c48f5e0cd92
- parent 5133
-
b7fe69c6cb1c
- permissions
- -rw-r--r--
Get changes from current branch.
# 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