Re: Import aliases for moving a module?

2009-03-27 Thread Gabriel Genellina
En Thu, 26 Mar 2009 15:23:50 -0300, zopyxfil...@googlemail.com escribió: For a while a maintained a Python package 'foo' with a number of modules (including a nested structure of module). Now the package moved into a namespace package 'a.b.foo'. What is the way to approach making old code work

Import aliases for moving a module?

2009-03-26 Thread zopyxfil...@googlemail.com
For a while a maintained a Python package 'foo' with a number of modules (including a nested structure of module). Now the package moved into a namespace package 'a.b.foo'. What is the way to approach making old code work with the new package in order that imports like import foo.bar.xxx or fr