Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
6a541df15a94b2c0514c9984bf6f8490feda052f
/
.
/
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