Staging
v0.5.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f
Raw File
Tip revision: b2506101342f26962fec33d5a4d577d54f116145 authored by Larry Hastings on 08 February 2015, 00:04:22 UTC
Fix a copyright notice that still said 2014.
Tip revision: b250610
hello.py
def hello():
    try:
        print "Hello, world"
    except IOError, e:
        print e.errno
back to top