mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Fix import asyncio
(#763)
This commit is contained in:
parent
775f456d4c
commit
893703a07b
6 changed files with 39 additions and 24 deletions
|
@ -19,7 +19,7 @@ from . import coroutines
|
|||
from . import events
|
||||
from . import futures
|
||||
from . import selector_events
|
||||
from . import selectors
|
||||
import selectors
|
||||
from . import transports
|
||||
from .coroutines import coroutine
|
||||
from .log import logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue