aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_futures.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_asyncio/test_futures.py')
-rw-r--r--Lib/test/test_asyncio/test_futures.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/Lib/test/test_asyncio/test_futures.py b/Lib/test/test_asyncio/test_futures.py
index 4320a901f49..444d1df02be 100644
--- a/Lib/test/test_asyncio/test_futures.py
+++ b/Lib/test/test_asyncio/test_futures.py
@@ -9,12 +9,9 @@ import unittest
from unittest import mock
import asyncio
-from asyncio import test_utils
from asyncio import futures
-try:
- from test import support
-except ImportError:
- from asyncio import test_support as support
+from test.test_asyncio import utils as test_utils
+from test import support
def _fakefunc(f):