]> granicus.if.org Git - python/commit
Modulefinder now handles absolute and relative imports, including
authorThomas Heller <theller@ctypes.org>
Fri, 27 Oct 2006 19:05:53 +0000 (19:05 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 27 Oct 2006 19:05:53 +0000 (19:05 +0000)
commit112d1a64ac057bdf4d3ce82c3c797c35beee73f5
tree18fd680c60110892c8bf249c9770f906fd7ac316
parentdf08f0b9a0a3de196336b6b4f158fa2325d08479
Modulefinder now handles absolute and relative imports, including
tests.

Will backport to release25-maint.
Lib/modulefinder.py
Lib/test/test_modulefinder.py [new file with mode: 0644]
Misc/NEWS