4487:4ba7a8ab24f2 | 4491:0d8612e24fef |
---|---|
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()) |
5 | 9 |
6 # | 10 # |
7 # eflag: FileType = Python2 | 11 # eflag: FileType = Python2 |