Thanks to visit codestin.com Credit goes to github.com
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 bcabbd0 commit d148662Copy full SHA for d148662
1 file changed
Lib/test/test_importlib/util.py
@@ -15,7 +15,7 @@
15
import tempfile
16
import types
17
18
-_testsinglephase = import_helper.import_module("_testsinglephase")
+import_helper.import_module("_testmultiphase")
19
20
21
BUILTINS = types.SimpleNamespace()
0 commit comments