aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-03-01 10:37:32 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:53 +1200
commit97a6b7eaf97e97805da27ab27ea06d3cb5cf74f7 (patch)
treefdf0e6500044eae7919fe660e64b193047fff838
parent0c1763bf563f11744e3ef28740986c6fb660c7f7 (diff)
downloadopenembedded-core-contrib-97a6b7eaf97e97805da27ab27ea06d3cb5cf74f7.tar.gz
rrs_upgrade_history: drop unused import
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rwxr-xr-xrrs/tools/rrs_upgrade_history.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rrs/tools/rrs_upgrade_history.py b/rrs/tools/rrs_upgrade_history.py
index 51d7debb13..668b3d4aa8 100755
--- a/rrs/tools/rrs_upgrade_history.py
+++ b/rrs/tools/rrs_upgrade_history.py
@@ -38,7 +38,6 @@ if not fetchdir:
# setup bitbake
bitbakepath = os.path.join(fetchdir, 'bitbake')
sys.path.insert(0, os.path.join(bitbakepath, 'lib'))
-from bb import BBHandledException
from bb.utils import vercmp_string
"""