On Fri, 21 Jan 2005, Kent Johnson wrote:
> I think this will work: > in foo/__init__.py put > from Bar import Bar > from Baz import Baz > > or whatever variations of this you like. > > Any names defined in the package __init__.py are available to other code > as package attribute. Hi Max, For more information on packages, we can take a look at: http://www.python.org/doc/tut/node8.html#SECTION008400000000000000000 Best of wishes! _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor