kopia lustrzana https://github.com/micropython/micropython-lib
collections: Update for underlying module renaming to "ucollections".
rodzic
7669c52adb
commit
099ec33b1c
|
@ -2,7 +2,7 @@
|
||||||
# Reason:
|
# Reason:
|
||||||
# CPython implementation brings in metaclasses and other bloat.
|
# CPython implementation brings in metaclasses and other bloat.
|
||||||
# This is going to be just import-all for other modules in a namespace package
|
# This is going to be just import-all for other modules in a namespace package
|
||||||
from _collections import *
|
from ucollections import *
|
||||||
try:
|
try:
|
||||||
from .defaultdict import defaultdict
|
from .defaultdict import defaultdict
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Ładowanie…
Reference in New Issue