Simplifying imports?

2005-09-12 Thread chapolim-colorado
I like to keep my classes each in a separate file with the same name of the class. The problem with that is that I end up with multiple imports in the beginning of each file, like this: from foo.Bar import Bar from foo.Blah import Blah from foo.Zzz import Zzz What I'd like to do would be to repla

Re: Simplifying imports?

2005-09-13 Thread chapolim-colorado
bruno modulix wrote: >Let me guess: you have a C++ or Java background ? You're right, I come from Java :). I'm still learning the Pythonic approach. Thank you guys Chapolim -- http://mail.python.org/mailman/listinfo/python-list