mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-46425: fix direct invocation of test_importlib
(GH-30682)
This commit is contained in:
parent
55f4ec460e
commit
57316c52ba
39 changed files with 74 additions and 61 deletions
|
@ -1,4 +1,4 @@
|
|||
from . import util as test_util
|
||||
from test.test_importlib import util as test_util
|
||||
|
||||
init = test_util.import_importlib('importlib')
|
||||
util = test_util.import_importlib('importlib.util')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue