M7350/oe-core/bitbake/lib/bb/compat.py

7 lines
195 B
Python
Raw Normal View History

2024-09-09 08:52:07 +00:00
"""Code pulled from future python versions, here for compatibility"""
2024-09-09 08:57:42 +00:00
from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
from functools import total_ordering