DebugClients/Python/coverage/__main__.py

Tue, 25 Oct 2016 22:50:59 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Tue, 25 Oct 2016 22:50:59 +0200
changeset 5273
be55746da9d1
parent 5178
878ce843ca9f
permissions
-rw-r--r--

Wrong frames when running in sys.breakpoint fixed.

# 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())

eric ide

mercurial