ยปCore Development>Code coverage>Tools/test2to3/maintest.py

Python code coverage for Tools/test2to3/maintest.py

#countcontent
1n/a#!/usr/bin/env python3
2n/a
3n/a# The above line should get replaced with the path to the Python
4n/a# interpreter; the block below should get 2to3-converted.
5n/a
6n/atry:
7n/a from test2to3.hello import hello
8n/aexcept ImportError, e:
9n/a print "Import failed", e
10n/ahello()