Is there any way to print the docstring of the including module? I'd like to be able to do something like the following
file one.py: "some docstring" include two file two.py: from magicmodule import getincluder print getincluder().__doc__ Running one.py would print the docstring. Thanks! Buck -- http://mail.python.org/mailman/listinfo/python-list