Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
317185a533f6d6b7fcad63ec5e7f875cea09fcb9
/
.
/
Demo
/
distutils
/
test2to3
/
maintest.py
blob: 72a26ddea073f13a4da543753adc3cc55951d9cf [
file
] [
log
] [
blame
]
#!/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
()