Re: Nimp: Nested Imports (a la Java)

2011-06-18 Thread Tomer Filiba
Stefan Behnel behnel.de> writes: > > So, this isn't really about "nested imports" but rather about merging > distinct packages, right? This allows me to let packages that are stored in > different places appear within their common package prefix. yes, in lack of a better name, i chose "nested

Re: Nimp: Nested Imports (a la Java)

2011-06-16 Thread Stefan Behnel
Tomer Filiba, 16.06.2011 10:48: Nimp (Nested Imports) is a little meta-importer hook for Python 2.3-2.7 and 3.0-3.2 that enables the use of *nested packages* (`com.ibm.foo.bar`), as is commonplace in Java and various other languages. It works by collecting all packages that begin with a common