We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_testmultiphase
_testsinglephase
test_importlib
1 parent 48f9eca commit a48159fCopy full SHA for a48159f
1 file changed
Lib/test/test_importlib/util.py
@@ -16,7 +16,7 @@
16
import tempfile
17
import types
18
19
-_testsinglephase = import_helper.import_module("_testsinglephase")
+import_helper.import_module("_testmultiphase")
20
21
22
BUILTINS = types.SimpleNamespace()
0 commit comments