mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Issue #17177: Stop using imp in a bunch of tests
This commit is contained in:
parent
8a2a902f88
commit
9529fbfd36
7 changed files with 17 additions and 15 deletions
|
|
@ -12,7 +12,7 @@
|
|||
import shutil
|
||||
import zipfile
|
||||
|
||||
from imp import source_from_cache
|
||||
from importlib.util import source_from_cache
|
||||
from test.support import make_legacy_pyc, strip_python_stderr
|
||||
|
||||
# Executing the interpreter in a subprocess
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue