Re: Coping with cyclic imports

2013-07-04 Thread kanchan . n . mahajan
On Thursday, July 4, 2013 5:03:20 PM UTC+2, Oscar Benjamin wrote: > On 4 July 2013 13:48, wrote: > > > On Tuesday, April 8, 2008 10:06:46 PM UTC+2, Torsten Bronger wrote: > > [snip] > > > > > > If you do "import foo" inside bar and "import bar" inside foo, it will work > > fine. By the time

Re: Coping with cyclic imports

2013-07-04 Thread kanchan . n . mahajan
On Tuesday, April 8, 2008 10:06:46 PM UTC+2, Torsten Bronger wrote: > Hallöchen! > > I have a rather fat module that represents a document parser -- > inline elements, block elements, and the like. Now I want to split > it into many modules to make everything more manageable. > > But at the mome