Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32efef3

Browse files
author
Greg Stein
committed
look for builtins before stuff on the path.
1 parent 2b23413 commit 32efef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/imputil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ def _test_dir():
663663

664664
def _test_revamp():
665665
"Debug/test function for the revamped import system."
666-
BuiltinImporter().install()
667666
PathImporter().install()
667+
BuiltinImporter().install()
668668

669669
def _print_importers():
670670
items = sys.modules.items()

0 commit comments

Comments
 (0)