DebugClients/Python/coverage/__main__.py

Sat, 02 Jul 2016 21:58:09 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sat, 02 Jul 2016 21:58:09 +0200
branch
debugger speed
changeset 5012
be693f11da53
parent 4491
0d8612e24fef
permissions
-rw-r--r--

Avoid unnecessary function calls.

# 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

eric ide

mercurial