DebugClients/Python/coverage/__main__.py@371c03e08f7b
DebugClients/Python/coverage/__main__.py
Mon, 22 Feb 2016 22:26:21 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Mon, 22 Feb 2016 22:26:21 +0100
- branch
- 6_1_x
- changeset 4835
- 371c03e08f7b
- parent 4491
-
0d8612e24fef
- permissions
- -rw-r--r--
Improved shell completer for local variables and behavior of Python versions equaled.
(grafted from 803bf753032a52c5c6706d5e87444e061d13ad29)
# 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