comparison: DebugClients/Python/coverage/__main__.py
DebugClients/Python/coverage/__main__.py
- changeset 5141
- bc64243b7672
- parent 5126
- d28b92dabc2b
- parent 5140
- 01484c0afbc6
- child 5144
- 1ab536d25072
equal
deleted
inserted
replaced
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 |
|
4 """Coverage.py's main entry point.""" |
|
5 |
|
6 import sys |
|
7 from coverage.cmdline import main |
|
8 sys.exit(main()) |
|
9 |
|
10 # |
|
11 # eflag: FileType = Python2 |
|