diff -r 4ba7a8ab24f2 -r 0d8612e24fef DebugClients/Python/coverage/__main__.py --- 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()) #