blob: c25d291b68c00e517c02fc3498305ede454ed231 [file] [log] [blame]
# file: runme.py
import example
print "example.Foo.bar.__doc__ =", repr(example.Foo.bar.__doc__), "(Should be 'No comment')"