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