Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0f4e934174ab627d3698571cc9d73baeebc40ddd
/
.
/
Tools
/
test2to3
/
maintest.py
blob: 036dd4f00ce24bc599c72f35568339b251d70542 [
file
] [
log
] [
blame
]
#!/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
()