DebugClients/Python/coverage/__main__.py

changeset 4491
0d8612e24fef
parent 4489
d0d6e4ad31bd
--- a/DebugClients/Python/coverage/__main__.py	Sat Oct 10 12:06:10 2015 +0200
+++ b/DebugClients/Python/coverage/__main__.py	Sat Oct 10 12:44:52 2015 +0200
@@ -1,6 +1,10 @@
+# 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())
 
 #

eric ide

mercurial