DebugClients/Python3/coverage/__main__.py

Tue, 17 Jun 2014 21:09:24 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Tue, 17 Jun 2014 21:09:24 +0200
changeset 3640
2bf828881e86
parent 3495
fac17a82b431
child 4489
d0d6e4ad31bd
permissions
-rw-r--r--

Fixed stop at sys.breakpoint() in run mode under Python3 and on first run (Py2 and 3).

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

eric ide

mercurial