DebugClients/Python/coverage/__main__.py@d0d6e4ad31bd
DebugClients/Python/coverage/__main__.py
Sun, 04 Oct 2015 22:37:56 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sun, 04 Oct 2015 22:37:56 +0200
- changeset 4489
- d0d6e4ad31bd
- parent 3499
-
f2d4b02c7e88
- child 4491
-
0d8612e24fef
- permissions
- -rw-r--r--
Updated coverage to 4.0 (breaks with Python 3.2 support).
# 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())