From e3de8aca33f612f2dd124ff712fb6758bf32a573 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 11 May 2015 16:17:02 +0300 Subject: devtool: remove unused imports / re-imports Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/deploy.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/lib/devtool/deploy.py') diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index f016b23dba..e46ee0530a 100644 --- a/scripts/lib/devtool/deploy.py +++ b/scripts/lib/devtool/deploy.py @@ -28,7 +28,6 @@ def plugin_init(pluginlist): def deploy(args, config, basepath, workspace): import re - from devtool import exec_build_env_command if not args.recipename in workspace: logger.error("no recipe named %s in your workspace" % args.recipename) -- cgit 1.2.3-korg