summaryrefslogtreecommitdiff
path: root/tests/extmod/uasyncio_threadsafeflag.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/uasyncio_threadsafeflag.py')
-rw-r--r--tests/extmod/uasyncio_threadsafeflag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/uasyncio_threadsafeflag.py b/tests/extmod/uasyncio_threadsafeflag.py
index a8a08d2e9..f97b13849 100644
--- a/tests/extmod/uasyncio_threadsafeflag.py
+++ b/tests/extmod/uasyncio_threadsafeflag.py
@@ -18,7 +18,7 @@ except AttributeError:
try:
# Unix port can't select/poll on user-defined types.
- import uselect as select
+ import select
poller = select.poll()
poller.register(asyncio.ThreadSafeFlag())