summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/compat.py
blob: de1923d28aee3938dc14bde91821dda2e97231c1 (plain)
1
2
3
4
5
6
"""Code pulled from future python versions, here for compatibility"""

from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
from functools import total_ordering