In Python 3.3 \"abstract base classes\" in collections (like MutableMapping or MutableSequence) were moved to second-level module
collections
MutableMapping
MutableSequence
Looks like fresh version of the six module have collections_abc alias, so you can use:
collections_abc
from six.moves import collections_abc