blob: f52926b03ce0f796cf0a74a7db37c210d8143557 [file] [log] [blame]
def hello():
try:
print "Hello, world"
except IOError, e:
print e.errno