eric7/DebugClients/Python/coverage/__main__.py

branch
eric7
changeset 8312
800c432b34c8
parent 7427
362cd1b6f81a
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2 # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
4 """Coverage.py's main entry point."""
5
6 import sys
7 from coverage.cmdline import main
8 sys.exit(main())

eric ide

mercurial