Re: relative or absolute imports

2007-04-13 Thread Anders Olsson
! On 13 Apr, 23:51, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 4/13/07, Anders Olsson <[EMAIL PROTECTED]> wrote: > > > portable and decoupled from the project where it is used. But doesn't > > the project being the top level python package make

Re: relative or absolute imports

2007-04-13 Thread Anders Olsson
This is something I've found confusing ever since my first contact with django, reading the tutorial - all this emphasis on apps being portable and decoupled from the project where it is used. But doesn't the project being the top level python package make it almost impossible to move an app from