--- a/DebugClients/Python3/coverage/__main__.py Sun Oct 04 13:35:09 2015 +0200 +++ b/DebugClients/Python3/coverage/__main__.py Sun Oct 04 22:37:56 2015 +0200 @@ -1,4 +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())