src/eric7/DebugClients/Python/coverage/__main__.py@c982bacca23f
src/eric7/DebugClients/Python/coverage/__main__.py
Mon, 31 Oct 2022 13:52:10 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 31 Oct 2022 13:52:10 +0100
- branch
- eric7-maintenance
- changeset 9449
- c982bacca23f
- parent 9209
-
b99e7fd55fd3
- permissions
- -rw-r--r--
Fixed an issue importing the eric7config module.
(grafted from ea215f7afab3aa9af5785c9c778391625edee58d)
# 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())