DebugClients/Python/coverage/__main__.py

Fri, 23 Jan 2015 20:27:35 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 23 Jan 2015 20:27:35 +0100
changeset 4063
b7269498aa95
parent 3499
f2d4b02c7e88
child 4489
d0d6e4ad31bd
permissions
-rw-r--r--

Fixed a serious issue handling 'non-error' exceptions in the debugger. This bug was about 10 years old.

"""Coverage.py's main entry point."""
import sys
from .cmdline import main
sys.exit(main())

#
# eflag: FileType = Python2

eric ide

mercurial