DebugClients/Python/coverage/__main__.py

branch
Py2 comp.
changeset 3495
fac17a82b431
child 3499
f2d4b02c7e88
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DebugClients/Python/coverage/__main__.py	Thu Apr 10 23:02:20 2014 +0200
@@ -0,0 +1,4 @@
+"""Coverage.py's main entry point."""
+import sys
+from .cmdline import main
+sys.exit(main())

eric ide

mercurial