Skip to content

Commit d148662

Browse files
[3.14] gh-144601: Use _testmultiphase instead of _testsinglephase in test_importlib (GH-144769)
1 parent bcabbd0 commit d148662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import tempfile
1616
import types
1717

18-
_testsinglephase = import_helper.import_module("_testsinglephase")
18+
import_helper.import_module("_testmultiphase")
1919

2020

2121
BUILTINS = types.SimpleNamespace()

0 commit comments

Comments
 (0)