mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
This commit is contained in:
parent
604bba1f8f
commit
c7decc27d5
19 changed files with 58 additions and 46 deletions
|
@ -6,7 +6,7 @@ util = test_util.import_importlib('importlib.util')
|
|||
|
||||
import os.path
|
||||
import pathlib
|
||||
from test.support import CleanImport
|
||||
from test.support.import_helper import CleanImport
|
||||
import unittest
|
||||
import sys
|
||||
import warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue