rrs_upgrade_history: drop unused import

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-03-01 10:37:32 +13:00
parent 0c1763bf56
commit 97a6b7eaf9

View File

@ -38,7 +38,6 @@ if not fetchdir:
# setup bitbake # setup bitbake
bitbakepath = os.path.join(fetchdir, 'bitbake') bitbakepath = os.path.join(fetchdir, 'bitbake')
sys.path.insert(0, os.path.join(bitbakepath, 'lib')) sys.path.insert(0, os.path.join(bitbakepath, 'lib'))
from bb import BBHandledException
from bb.utils import vercmp_string from bb.utils import vercmp_string
""" """