DebugClients/Python/coverage/__main__.py

Fri, 30 Sep 2016 19:38:17 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 30 Sep 2016 19:38:17 +0200
branch
6_1_x
changeset 5187
ef0fcefe97f8
parent 4491
0d8612e24fef
permissions
-rw-r--r--

- Fixed an interesting issue showing up when the code contains an invalid future statement in the Python 2 debugger.
- Added a fix for the Python 3 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