src/eric7/DebugClients/Python/coverage/__main__.py@fab36282c912
src/eric7/DebugClients/Python/coverage/__main__.py
Tue, 18 Oct 2022 10:50:38 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 18 Oct 2022 10:50:38 +0200
- branch
- eric7
- changeset 9409
- fab36282c912
- parent 9209
-
b99e7fd55fd3
- permissions
- -rw-r--r--
Changed the way the IDE script is determined for debugging/running/... an eric IDE plug-in.
# 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())