diff options
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) |