diff options
Diffstat (limited to 'bitbake/lib/bb/compat.py')
-rw-r--r-- | bitbake/lib/bb/compat.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bitbake/lib/bb/compat.py b/bitbake/lib/bb/compat.py deleted file mode 100644 index 49356681ab..0000000000 --- a/bitbake/lib/bb/compat.py +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
4 | |||
5 | """Code pulled from future python versions, here for compatibility""" | ||
6 | |||
7 | from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict | ||
8 | from functools import total_ordering | ||
9 | |||
10 | |||