eric6/DebugClients/Python/coverage/__main__.py

Thu, 23 Apr 2020 18:50:54 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 23 Apr 2020 18:50:54 +0200
changeset 7550
e91462fd0838
parent 7427
362cd1b6f81a
permissions
-rw-r--r--

Python Debugger: fixed an issue related to redirecting the input() builtin function.

# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

"""Coverage.py's main entry point."""

import sys
from coverage.cmdline import main
sys.exit(main())

eric ide

mercurial