Sat, 28 Mar 2015 12:11:11 +0100
Fixed an issue in the Python debug clients causing unit tests to fail for threaded code (s. issue 178).
(grafted from 61fd08bac49ba3ce2bc15f897c7651b61f32077f)
3495 | 1 | """Coverage.py's main entry point.""" |
2 | import sys | |
3 | from .cmdline import main | |
4 | sys.exit(main()) |