DebugClients/Python/coverage/__main__.py

Fri, 24 Mar 2017 21:39:11 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Fri, 24 Mar 2017 21:39:11 +0100
branch
debugger fine grinding
changeset 5659
cf3ecfec6321
parent 5178
878ce843ca9f
permissions
-rw-r--r--

report syntax and indentation errors raised by an application or module in the correct manner

# 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())

eric ide

mercurial