Fix error in previous correction; thanks, Just!

This commit is contained in:
Andrew M. Kuchling 2003-01-02 23:50:18 +00:00
parent 3d597812b6
commit 04b89950b0
1 changed files with 0 additions and 1 deletions

View 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)