DebugClients/Python/coverage/__main__.py@447bd181896b
DebugClients/Python/coverage/__main__.py
Sat, 28 Mar 2015 12:11:11 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 28 Mar 2015 12:11:11 +0100
- branch
- 6_0_x
- changeset 4188
- 447bd181896b
- parent 3499
-
f2d4b02c7e88
- child 4489
-
d0d6e4ad31bd
- permissions
- -rw-r--r--
Fixed an issue in the Python debug clients causing unit tests to fail for threaded code (s. issue 178).
(grafted from 61fd08bac49ba3ce2bc15f897c7651b61f32077f)
"""Coverage.py's main entry point."""
import sys
from .cmdline import main
sys.exit(main())
#
# eflag: FileType = Python2