collections: Update for underlying module renaming to "ucollections".

pull/73/head
Paul Sokolovsky 2016-05-02 14:07:23 +03:00
rodzic 7669c52adb
commit 099ec33b1c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
# 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 *
from ucollections import *
try:
from .defaultdict import defaultdict
except ImportError: