1 # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 |
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 |
2 # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt |
3 |
3 |
4 """Coverage.py's main entry point.""" |
4 """Coverage.py's main entry point.""" |
5 |
5 |
6 import sys |
6 import sys |
7 from coverage.cmdline import main |
7 from coverage.cmdline import main |