Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d2f96672642cc51b92f61b951ca1b11d615c12d1
/
.
/
Tools
/
test2to3
/
test2to3
/
hello.py
blob: f52926b03ce0f796cf0a74a7db37c210d8143557 [
file
] [
log
] [
blame
]
def
hello
():
try
:
print
"Hello, world"
except
IOError
,
e
:
print
e
.
errno