eric6/DebugClients/Python/coverage/__main__.py@bcf6b40e7790
eric6/DebugClients/Python/coverage/__main__.py
Wed, 01 Jan 2020 20:55:58 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Wed, 01 Jan 2020 20:55:58 +0100
- changeset 7364
- bcf6b40e7790
- parent 6942
-
2602857055c5
- child 7427
-
362cd1b6f81a
- permissions
- -rw-r--r--
Fixed thread creation on uninitialized threads (found in git-cola project).
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
"""Coverage.py's main entry point."""
import sys
from coverage.cmdline import main
sys.exit(main())