DebugClients/Python/coverage/__main__.py

Sat, 03 Sep 2016 18:02:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 03 Sep 2016 18:02:37 +0200
branch
jsonrpc
changeset 5132
a094eee9f862
parent 4491
0d8612e24fef
permissions
-rw-r--r--

Ported the debugger modernization changes to the Python 2 debugger.

# 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