Skip to content

Commit 564eb9d

Browse files
authored
Merge pull request #20 from dhalbert/_asyncio
_uasyncio -> _asyncio
2 parents 28ef812 + a38c4c6 commit 564eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Import TaskQueue and Task, preferring built-in C code over Python code
1818
try:
19-
from _uasyncio import TaskQueue, Task
19+
from _asyncio import TaskQueue, Task
2020
except:
2121
from .task import TaskQueue, Task
2222

0 commit comments

Comments
 (0)