diff options
Diffstat (limited to 'Lib/test/test_asyncio/test_unix_events.py')
-rw-r--r-- | Lib/test/test_asyncio/test_unix_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py index 6746b34..e13cc37 100644 --- a/Lib/test/test_asyncio/test_unix_events.py +++ b/Lib/test/test_asyncio/test_unix_events.py @@ -21,8 +21,8 @@ if sys.platform == 'win32': import asyncio from asyncio import log -from asyncio import test_utils from asyncio import unix_events +from test.test_asyncio import utils as test_utils MOCK_ANY = mock.ANY |