DebugClients/Python/coverage/__main__.py@2763348bf9a6
DebugClients/Python/coverage/__main__.py
Fri, 06 Jul 2018 20:31:07 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Fri, 06 Jul 2018 20:31:07 +0200
- changeset 6405
- 2763348bf9a6
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
Try to open the source file if an exceptions in a cython pyd occurred
# 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())