eric6/DebugClients/Python/coverage/__main__.py@5c9271c2f662
eric6/DebugClients/Python/coverage/__main__.py
Sat, 31 Oct 2020 12:18:29 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 31 Oct 2020 12:18:29 +0100
- branch
- multi_processing
- changeset 7818
- 5c9271c2f662
- parent 7427
-
362cd1b6f81a
- permissions
- -rw-r--r--
Merged with default branch.
# 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())