On 2/13/06, Simon Belak <[EMAIL PROTECTED]> wrote: > > Kevin Dangoor wrote: > > Some of those imports couldn't be at the top because of circular > > import problems. > > I see. > Doesn't this call for some refactoring (I can look into it, if you like).
The main problem is turbogears.__init__. For example, turbogears.__init__ imports controllers, controllers tries to import widgets, widgets imports turbogears in order to get at some other service. If there's a clean way to refactor that, fine. Otherwise, there's not a lot of harm being caused by having a couple imports inside of methods. Kevin

