DebugClients/Python2/coverage/__main__.py

branch
jsonrpc
changeset 5133
b7fe69c6cb1c
parent 4491
0d8612e24fef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DebugClients/Python2/coverage/__main__.py	Sat Sep 03 18:12:12 2016 +0200
@@ -0,0 +1,11 @@
+# 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())
+
+#
+# eflag: FileType = Python2

eric ide

mercurial