aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-09-16 22:22:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-16 22:15:57 +0100
commit76c9030d6c91cd776a1aa732fb92b7cd4539b503 (patch)
tree9f4a5b9e929660f5cf57ff1d9f038927ed3c34ec
parent660e6ad4abb77c6f3c1d48bd64777dd76c05d7e2 (diff)
downloadbitbake-76c9030d6c91cd776a1aa732fb92b7cd4539b503.tar.gz
bitbake: do not import imp in layerindexlib
The module is deprecated and unused. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/layerindexlib/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/layerindexlib/__init__.py b/lib/layerindexlib/__init__.py
index 9ca127b9d..3159bf2f6 100644
--- a/lib/layerindexlib/__init__.py
+++ b/lib/layerindexlib/__init__.py
@@ -6,7 +6,6 @@
import datetime
import logging
-import imp
import os
from collections import OrderedDict