diff options
Diffstat (limited to 'Lib/test/test_asyncio/test_events.py')
-rw-r--r-- | Lib/test/test_asyncio/test_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_events.py b/Lib/test/test_asyncio/test_events.py index 0630292..af2da1f 100644 --- a/Lib/test/test_asyncio/test_events.py +++ b/Lib/test/test_asyncio/test_events.py @@ -27,7 +27,7 @@ from asyncio import proactor_events from asyncio import selector_events from asyncio import test_utils try: - from test import support # find_unused_port, IPV6_ENABLED, TEST_HOME_DIR + from test import support except ImportError: from asyncio import test_support as support |