Fix `UserDict` move in Python2 (#365)

instances of UserDict.UserDict are not iterable
but instances of collections.UserDict are iterable
2 files changed