bpo-40275: Use new test.support helper submodules in tests (GH-21727)

This commit is contained in:
Hai Shi 2020-08-04 23:53:12 +08:00 committed by GitHub
parent 604bba1f8f
commit c7decc27d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 58 additions and 46 deletions

View file

@ -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