kopia lustrzana https://github.com/micropython/micropython-lib
asyncio_micro: Rename from asyncio.
As this is not compliant with asyncio API, can't be called asyncio, and "micro" is just good moniker for what it's intended to be.pull/11/head
rodzic
4071bb5e74
commit
0b5ca354e2
|
@ -1,4 +1,4 @@
|
|||
import asyncio
|
||||
import asyncio_micro as asyncio
|
||||
import time
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import asyncio
|
||||
import asyncio_micro as asyncio
|
||||
|
||||
@asyncio.coroutine
|
||||
def print_http_headers(url):
|
Ładowanie…
Reference in New Issue