Fix error in previous correction; thanks, Just!
This commit is contained in:
parent
3d597812b6
commit
04b89950b0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue