Skip to content

Commit 8a3b5da

Browse files
committed
Use _testmultiphase instead of _testsinglephase.
1 parent ac9e9e2 commit 8a3b5da

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)