DebugClients/Python/coverage/__main__.py

Sat, 10 Oct 2015 12:06:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 10 Oct 2015 12:06:10 +0200
changeset 4487
4ba7a8ab24f2
parent 3499
f2d4b02c7e88
child 4489
d0d6e4ad31bd
permissions
-rw-r--r--

Fixed an issue with the Mercurial commit command when amending a commit but not given a commit message.

"""Coverage.py's main entry point."""
import sys
from .cmdline import main
sys.exit(main())

#
# eflag: FileType = Python2

eric ide

mercurial