mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix error in previous correction; thanks, Just!
This commit is contained in:
parent
3d597812b6
commit
04b89950b0
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue