Python code coverage for Tools/test2to3/maintest.py
# | count | content |
---|---|---|
1 | n/a | #!/usr/bin/env python3 |
2 | n/a | |
3 | n/a | # The above line should get replaced with the path to the Python |
4 | n/a | # interpreter; the block below should get 2to3-converted. |
5 | n/a | |
6 | n/a | try: |
7 | n/a | from test2to3.hello import hello |
8 | n/a | except ImportError, e: |
9 | n/a | print "Import failed", e |
10 | n/a | hello() |