> On 10/13/06, Thomas Heller <[EMAIL PROTECTED]> wrote:
>> I have patched Lib/modulefinder.py to work with absolute and relative
>> imports.
>> It also is faster now, and has basic unittests in
>> Lib/test/test_modulefinder.py.
>>
>> The work was done in a theller_modulefinder SVN branch.
>> If n
> On 10/13/06, Thomas Heller <[EMAIL PROTECTED]> wrote:
>> I have patched Lib/modulefinder.py to work with absolute and relative
>> imports.
>> It also is faster now, and has basic unittests in
>> Lib/test/test_modulefinder.py.
>>
>> The work was done in a theller_modulefinder SVN branch.
>> If n
Could you also prepare a patch for the p3yk branch? It's broken there too...
On 10/13/06, Thomas Heller <[EMAIL PROTECTED]> wrote:
> I have patched Lib/modulefinder.py to work with absolute and relative imports.
> It also is faster now, and has basic unittests in
> Lib/test/test_modulefinder.py.
I have patched Lib/modulefinder.py to work with absolute and relative imports.
It also is faster now, and has basic unittests in Lib/test/test_modulefinder.py.
The work was done in a theller_modulefinder SVN branch.
If nobody objects, I will merge this into trunk, and possibly also into
release25