mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
This commit is contained in:
parent
a4084b9d1e
commit
d94af3f7ed
4 changed files with 10 additions and 23 deletions
|
@ -5,7 +5,7 @@ from posixpath import realpath, abspath, dirname, basename
|
|||
from test import test_genericpath
|
||||
from test.support import import_helper
|
||||
from test.support import os_helper
|
||||
from test.support import FakePath
|
||||
from test.support.os_helper import FakePath
|
||||
from unittest import mock
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue