mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #17177: stop using imp in test_importlib
This commit is contained in:
parent
53e600c24a
commit
ef888024d8
16 changed files with 78 additions and 76 deletions
|
@ -2,7 +2,6 @@ from .. import util
|
|||
import contextlib
|
||||
import errno
|
||||
import functools
|
||||
import imp
|
||||
import os
|
||||
import os.path
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue