DebugClients/Python/coverage/__main__.py@878ce843ca9f
DebugClients/Python/coverage/__main__.py
Mon, 19 Sep 2016 22:47:52 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Mon, 19 Sep 2016 22:47:52 +0200
- branch
- debugger speed
- changeset 5178
- 878ce843ca9f
- parent 4489
-
DebugClients/Python3/coverage/__main__.py@d0d6e4ad31bd
- permissions
- -rw-r--r--
Preparation for combining the Python 2 and 3 debug clients. Base is Python 3.
# 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())