DebugClients/Python2/coverage/__main__.py

changeset 5241
883e7084818d
parent 5238
682d0f6a6074
parent 5240
71c51aae2f4e
child 5243
f6346f4b46c2
equal deleted inserted replaced
5238:682d0f6a6074 5241:883e7084818d
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

eric ide

mercurial