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.asyncio
rodzic
6347de1537
commit
a728368a08
|
@ -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