Commit 6825e17e authored by Martin v. Löwis's avatar Martin v. Löwis

Add script forgotten in r67464.

parent 6178db6d
#!/usr/bin/env python
# The above line should get replaced with the path to the Python
# interpreter; the block below should get 2to3-converted.
try:
from test2to3.hello import hello
except ImportError, e:
print "Import failed", e
hello()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment