commit | 04b89950b093f51e0a79db989b2ffe2d7260f2a0 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Jan 02 23:50:18 2003 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Jan 02 23:50:18 2003 +0000 |
tree | 53e227f4a02732f94b45edde028f1d877f5e2939 | |
parent | 3d597812b655ffd437997f8e47080ed4225dbd86 [diff] |
Fix error in previous correction; thanks, Just!
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 1d2dc3e..2523e3c 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex
@@ -759,7 +759,6 @@ # ImportError, so try the other path hooks pass else: - if importer is not None: loader = importer.find_module(fullname) <module> = loader.load_module(fullname)