mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +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():
|
||||
"Debug/test function for the revamped import system."
|
||||
BuiltinImporter().install()
|
||||
PathImporter().install()
|
||||
BuiltinImporter().install()
|
||||
|
||||
def _print_importers():
|
||||
items = sys.modules.items()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue