DebugClients/Python/coverage/__main__.py

changeset 3497
7f51ab29a1a2
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