eric6/DebugClients/Python/coverage/__main__.py@d0a86562934e
eric6/DebugClients/Python/coverage/__main__.py
Thu, 08 Oct 2020 17:24:54 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Thu, 08 Oct 2020 17:24:54 +0200
- changeset 7767
- d0a86562934e
- parent 7427
-
362cd1b6f81a
- permissions
- -rw-r--r--
DebugBase: fixed an issue occurring with Python prior to 3.8.
# 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())