look for builtins before stuff on the path.

This commit is contained in:
Greg Stein 1999-11-24 02:38:37 +00:00
parent 2b23413ce2
commit 32efef33ae
1 changed files with 1 additions and 1 deletions

View File

@ -663,8 +663,8 @@ def _test_dir():
def _test_revamp():
"Debug/test function for the revamped import system."
BuiltinImporter().install()
PathImporter().install()
BuiltinImporter().install()
def _print_importers():
items = sys.modules.items()