diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-11 15:36:52 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-11 15:36:52 +0000 |
commit | 81bdf9133524e76c3239f155dca9539e68032658 (patch) | |
tree | d9e3ed5cf0f04708f0bdcdd5081659cc1ab141d1 /recipes/addons | |
parent | 59ae038eec20833a9d07c43ddd9f0109f8bc3a74 (diff) |
classes: Drop some random import bb/os statements
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/addons')
-rw-r--r-- | recipes/addons/devshell.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/addons/devshell.bb b/recipes/addons/devshell.bb index 9ac6821e0e..5921125d12 100644 --- a/recipes/addons/devshell.bb +++ b/recipes/addons/devshell.bb @@ -11,9 +11,6 @@ do_configure() { def devshell_emit_env(o, d, all=False, funcwhitelist=None): """Emits all items in the data store in a format such that it can be sourced by a shell.""" - import bb - import bb.data - env = bb.data.keys(d) for e in env: |