mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix an import from the importlib.test move.
This commit is contained in:
parent
d382bfc921
commit
86ae981da9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import importlib
|
||||
import builtins
|
||||
import imp
|
||||
from importlib.test.import_ import util as importlib_util
|
||||
from test.test_importlib.import_ import util as importlib_util
|
||||
import marshal
|
||||
import os
|
||||
import platform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue