Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squash! Revert "Fix DeprecationWarning: collections.MutableMapping"
This reverts commit 40d511e. > Traceback: > /usr/lib/python2.7/dist-packages/six.py:709: in exec_ > exec("""exec _code_ in _globs_, _locs_""") > tests/test_interfaces.py:13: in <module> > from univention.config_registry.interfaces import _Iface, Interfaces, forgiving, cmp_alnum # noqa E402 > python/univention/config_registry/__init__.py:33: in <module> > from univention.config_registry.backend import StrictModeException, SCOPE, ConfigRegistry # noqa F401 > python/univention/config_registry/backend.py:39: in <module> > from collections.abc import MutableMapping > E ImportError: No module named abc There is no six.moves.collections.abc yet: <benjaminp/six#155>
- Loading branch information