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