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

@ -17,7 +17,7 @@ import types
import unittest
import warnings
from test.support import make_legacy_pyc, unload
from test.support.import_helper import make_legacy_pyc, unload
from test.test_py_compile import without_source_date_epoch
from test.test_py_compile import SourceDateEpochTestMeta

View file

@ -9,7 +9,7 @@ import py_compile
import stat
import sys
import tempfile
from test.support import make_legacy_pyc
from test.support.import_helper import make_legacy_pyc
import unittest
import warnings