aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/shell.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-04-08 10:22:29 -0700
committerChris Larson <chris_larson@mentor.com>2010-04-09 19:38:53 -0700
commit4fa052f426e3205ebace713eaa22deddc0420e8a (patch)
tree32b06c25d13fa1a4101c9294d1cefaecc3079b55 /lib/bb/shell.py
parent2caf134b43a44dad30af4fbe33033b3c58deee57 (diff)
downloadbitbake-4fa052f426e3205ebace713eaa22deddc0420e8a.tar.gz
Import fixups
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/bb/shell.py')
-rw-r--r--lib/bb/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index 512bcbf07..71dd599ed 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -56,8 +56,8 @@ try:
set
except NameError:
from sets import Set as set
-import sys, os, readline, socket, httplib, urllib, commands, popen2, copy, shlex, Queue, fnmatch
-from bb import data, parse, build, fatal, cache, taskdata, runqueue, providers as Providers
+import sys, os, readline, socket, httplib, urllib, commands, popen2, shlex, Queue, fnmatch
+from bb import data, parse, build, cache, taskdata, runqueue, providers as Providers
__version__ = "0.5.3.1"
__credits__ = """BitBake Shell Version %s (C) 2005 Michael 'Mickey' Lauer <mickey@Vanille.de>