DebugClients/Python/coverage/__main__.py

changeset 4489
d0d6e4ad31bd
parent 3499
f2d4b02c7e88
child 4491
0d8612e24fef
--- a/DebugClients/Python/coverage/__main__.py	Sun Oct 04 13:35:09 2015 +0200
+++ b/DebugClients/Python/coverage/__main__.py	Sun Oct 04 22:37:56 2015 +0200
@@ -1,7 +1,8 @@
+# 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 .cmdline import main
+from coverage.cmdline import main
 sys.exit(main())
-
-#
-# eflag: FileType = Python2

eric ide

mercurial