diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-01-02 23:50:18 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-01-02 23:50:18 (GMT) |
commit | 04b89950b093f51e0a79db989b2ffe2d7260f2a0 (patch) | |
tree | 53e227f4a02732f94b45edde028f1d877f5e2939 /Doc/whatsnew | |
parent | 3d597812b655ffd437997f8e47080ed4225dbd86 (diff) | |
download | cpython-04b89950b093f51e0a79db989b2ffe2d7260f2a0.zip cpython-04b89950b093f51e0a79db989b2ffe2d7260f2a0.tar.gz cpython-04b89950b093f51e0a79db989b2ffe2d7260f2a0.tar.bz2 |
Fix error in previous correction; thanks, Just!
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ 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) |