diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-05-11 16:17:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-16 22:31:50 +0100 |
commit | 87fba31ad7a90a10cbe28db15fa8b5a4dec66a14 (patch) | |
tree | 2422362274afac845d3d2ac1fcf64f6436eb7949 /scripts/lib/devtool/deploy.py | |
parent | 89fb8c58c19f72d2751ede475075819c412f4fcf (diff) | |
download | poky-87fba31ad7a90a10cbe28db15fa8b5a4dec66a14.tar.gz |
devtool: remove unused imports / re-imports
(From OE-Core rev: e3de8aca33f612f2dd124ff712fb6758bf32a573)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
-rw-r--r-- | scripts/lib/devtool/deploy.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): | |||
28 | 28 | ||
29 | def deploy(args, config, basepath, workspace): | 29 | def deploy(args, config, basepath, workspace): |
30 | import re | 30 | import re |
31 | from devtool import exec_build_env_command | ||
32 | 31 | ||
33 | if not args.recipename in workspace: | 32 | if not args.recipename in workspace: |
34 | logger.error("no recipe named %s in your workspace" % args.recipename) | 33 | logger.error("no recipe named %s in your workspace" % args.recipename) |