]> granicus.if.org Git - python/commitdiff
Fix error in previous correction; thanks, Just!
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 2 Jan 2003 23:50:18 +0000 (23:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 2 Jan 2003 23:50:18 +0000 (23:50 +0000)
Doc/whatsnew/whatsnew23.tex

index 1d2dc3e50abd653531d336a34575bc52e5ddcc3f..2523e3c55882eb4b777b970bb38a73be484c9ec8 100644 (file)
@@ -759,7 +759,6 @@ for path in sys.path:
             # ImportError, so try the other path hooks
             pass
         else:
-        if importer is not None:
             loader = importer.find_module(fullname)
             <module> = loader.load_module(fullname)