compat.py 195 B

123456
  1. """Code pulled from future python versions, here for compatibility"""
  2. from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
  3. from functools import total_ordering