try: from collections.abc import MutableMapping except ImportError: from collections import MutableMapping