Skip to content

Commit 6825e17

Browse files
committed
Add script forgotten in r67464.
1 parent 6178db6 commit 6825e17

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env python
2+
3+
# The above line should get replaced with the path to the Python
4+
# interpreter; the block below should get 2to3-converted.
5+
6+
try:
7+
from test2to3.hello import hello
8+
except ImportError, e:
9+
print "Import failed", e
10+
hello()

0 commit comments

Comments
 (0)