mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
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
Block a user