mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue