Files
INTUIA/Programa final/Python-3.10.15/Tools/test2to3/maintest.py
T

11 lines
250 B
Python
Raw Normal View History

2026-03-15 13:27:50 +00:00
#!/usr/bin/env python3
# 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()