summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/compat.py')
-rw-r--r--bitbake/lib/bb/compat.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/compat.py b/bitbake/lib/bb/compat.py
index de1923d28a..49356681ab 100644
--- a/bitbake/lib/bb/compat.py
+++ b/bitbake/lib/bb/compat.py
@@ -1,3 +1,7 @@
1#
2# SPDX-License-Identifier: GPL-2.0-only
3#
4
1"""Code pulled from future python versions, here for compatibility""" 5"""Code pulled from future python versions, here for compatibility"""
2 6
3from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict 7from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict