4481:456c58fc64b0 | 4489:d0d6e4ad31bd |
---|---|
1 # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 | |
2 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt | |
3 | |
1 """Coverage.py's main entry point.""" | 4 """Coverage.py's main entry point.""" |
5 | |
2 import sys | 6 import sys |
3 from .cmdline import main | 7 from coverage.cmdline import main |
4 sys.exit(main()) | 8 sys.exit(main()) |