kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio: Use uheapq instead of heapq.
Conflicts: uasyncio/uasyncio/__init__.pypull/11/head
rodzic
4a884ef849
commit
0bb2f38aaf
|
@ -1,5 +1,5 @@
|
||||||
import time
|
import time
|
||||||
import heapq
|
import uheapq as heapq
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue