collections: Add dummy implementation.

asyncio-segfault
Paul Sokolovsky 2014-04-14 18:54:11 +03:00
rodzic d02abce1f2
commit 813082a16b
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,5 @@
# Should be reimplemented for MicroPython
# Reason:
# CPython implementation brings in metaclasses and other bloat.
# This is going to be just import-all for other modules in a namespace package
from _collections import *