Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
0d4a9bd91d2d4431e0e482797ae224e3a9aef886
/
.
/
poky
/
bitbake
/
lib
/
bb
/
compat.py
blob: 49356681abbd75a2c73e29779787c8049c41f10a [
file
] [
log
] [
blame
]
#
# SPDX-License-Identifier: GPL-2.0-only
#
"""Code pulled from future python versions, here for compatibility"""
from
collections
import
MutableMapping
,
KeysView
,
ValuesView
,
ItemsView
,
OrderedDict
from
functools
import
total_ordering