Commit 32efef33 authored by Greg Stein's avatar Greg Stein

look for builtins before stuff on the path.

parent 2b23413c
......@@ -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()
......
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