Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
cc3efd4f94c0f2101dc29e5f97b669361697f13d
/
.
/
poky
/
bitbake
/
lib
/
bb
/
compat.py
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