mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
look for builtins before stuff on the path.
This commit is contained in:
parent
2b23413ce2
commit
32efef33ae
1 changed files with 1 additions and 1 deletions
|
@ -663,8 +663,8 @@ def _test_dir():
|
||||||
|
|
||||||
def _test_revamp():
|
def _test_revamp():
|
||||||
"Debug/test function for the revamped import system."
|
"Debug/test function for the revamped import system."
|
||||||
BuiltinImporter().install()
|
|
||||||
PathImporter().install()
|
PathImporter().install()
|
||||||
|
BuiltinImporter().install()
|
||||||
|
|
||||||
def _print_importers():
|
def _print_importers():
|
||||||
items = sys.modules.items()
|
items = sys.modules.items()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue