mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
This commit is contained in:
parent
9edad3c701
commit
3e9751819a
17 changed files with 29 additions and 61 deletions
|
@ -9,7 +9,7 @@ from asyncio.proactor_events import BaseProactorEventLoop
|
|||
from asyncio.proactor_events import _ProactorSocketTransport
|
||||
from asyncio.proactor_events import _ProactorWritePipeTransport
|
||||
from asyncio.proactor_events import _ProactorDuplexPipeTransport
|
||||
from asyncio import test_utils
|
||||
from test.test_asyncio import utils as test_utils
|
||||
|
||||
|
||||
def close_transport(transport):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue