diff -r f1cbc18f88b2 -r fac17a82b431 DebugClients/Python3/coverage/__main__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DebugClients/Python3/coverage/__main__.py Thu Apr 10 23:02:20 2014 +0200 @@ -0,0 +1,4 @@ +"""Coverage.py's main entry point.""" +import sys +from .cmdline import main +sys.exit(main())