Kaydet (Commit) 04b89950 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix error in previous correction; thanks, Just!

üst 3d597812
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment