blob: de1923d28aee3938dc14bde91821dda2e97231c1 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001"""Code pulled from future python versions, here for compatibility"""
2
3from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
4from functools import total_ordering
5
6