blob: de1923d28aee3938dc14bde91821dda2e97231c1 [file] [log] [blame]
"""Code pulled from future python versions, here for compatibility"""
from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
from functools import total_ordering