We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dc3de commit 536991eCopy full SHA for 536991e
1 file changed
tests/python/test_windows_events.py
@@ -13,7 +13,7 @@
13
import _overlapped
14
except ImportError: # py<3.7
15
from asyncio import _overlapped
16
-from asyncio import test_utils
+from .. import utils as test_utils
17
from asyncio import windows_events
18
19
0 commit comments