aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_proactor_events.py
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-12-11 10:04:40 -0500
committerGitHub <noreply@github.com>2017-12-11 10:04:40 -0500
commit3e9751819ad13a965e8be13c1e5bc5a6811fe6b8 (patch)
treed93da6e327fb548daf2a370b24b1b3479e7f3ed5 /Lib/test/test_asyncio/test_proactor_events.py
parent9edad3c7011ccab0a66a065933abebf3288cf1a1 (diff)
downloadcpython-3e9751819ad13a965e8be13c1e5bc5a6811fe6b8.tar.gz
cpython-3e9751819ad13a965e8be13c1e5bc5a6811fe6b8.zip
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Diffstat (limited to 'Lib/test/test_asyncio/test_proactor_events.py')
-rw-r--r--Lib/test/test_asyncio/test_proactor_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_proactor_events.py b/Lib/test/test_asyncio/test_proactor_events.py
index def08b96ab0..7ccc6814b2e 100644
--- a/Lib/test/test_asyncio/test_proactor_events.py
+++ b/Lib/test/test_asyncio/test_proactor_events.py
@@ -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):