avs_mtk_voice/meta/poky/bitbake/lib/bb/compat.py

7 lines
195 B
Python
Raw Normal View History

2022-05-13 08:02:31 +00:00
"""Code pulled from future python versions, here for compatibility"""
from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
from functools import total_ordering