comparison: DebugClients/Python/coverage/__main__.py
DebugClients/Python/coverage/__main__.py
- branch
- Py2 comp.
- changeset 3515
- 1b8381afe38f
- parent 3499
- f2d4b02c7e88
- child 4489
- d0d6e4ad31bd
equal
deleted
inserted
replaced
1 """Coverage.py's main entry point.""" |
1 """Coverage.py's main entry point.""" |
2 import sys |
2 import sys |
3 from .cmdline import main |
3 from .cmdline import main |
4 sys.exit(main()) |
4 sys.exit(main()) |
|
5 |
|
6 # |
|
7 # eflag: FileType = Python2 |