commit | 32efef33ae924f49e25e4380b68eebd4f98d1cd0 | [log] [tgz] |
---|---|---|
author | Greg Stein <gstein@lyra.org> | Wed Nov 24 02:38:37 1999 +0000 |
committer | Greg Stein <gstein@lyra.org> | Wed Nov 24 02:38:37 1999 +0000 |
tree | 7ab4a93bb799f0dd34142cfdd171f7513b6fc93c | |
parent | 2b23413ce24d336695703815aaa891ff6bef95e6 [diff] [blame] |
look for builtins before stuff on the path.
diff --git a/Lib/imputil.py b/Lib/imputil.py index ced38a8..6d70938 100644 --- a/Lib/imputil.py +++ b/Lib/imputil.py
@@ -663,8 +663,8 @@ def _test_revamp(): "Debug/test function for the revamped import system." - BuiltinImporter().install() PathImporter().install() + BuiltinImporter().install() def _print_importers(): items = sys.modules.items()