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.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/bb/compat.py b/bitbake/lib/bb/compat.py
deleted file mode 100644
index de1923d28a..0000000000
--- a/bitbake/lib/bb/compat.py
+++ /dev/null
@@ -1,6 +0,0 @@
-"""Code pulled from future python versions, here for compatibility"""
-
-from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
-from functools import total_ordering
-
-