diff options
| author | Chris Larson <chris_larson@mentor.com> | 2010-04-08 10:22:29 -0700 | 
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:41:32 +0100 | 
| commit | 1c74fd768f8e4f5778411538b906cdcc22fe3f67 (patch) | |
| tree | 3d3a5f1021276055f91322afa64a9eee53d3cc9f /bitbake/lib/bb/shell.py | |
| parent | 7acc132cac873e60005516272473a55a8160b9c4 (diff) | |
| download | poky-1c74fd768f8e4f5778411538b906cdcc22fe3f67.tar.gz | |
Import fixups
(Bitbake rev: 4fa052f426e3205ebace713eaa22deddc0420e8a)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/shell.py')
| -rw-r--r-- | bitbake/lib/bb/shell.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bitbake/lib/bb/shell.py b/bitbake/lib/bb/shell.py index 512bcbf07a..71dd599ed6 100644 --- a/bitbake/lib/bb/shell.py +++ b/bitbake/lib/bb/shell.py | |||
| @@ -56,8 +56,8 @@ try: | |||
| 56 | set | 56 | set | 
| 57 | except NameError: | 57 | except NameError: | 
| 58 | from sets import Set as set | 58 | from sets import Set as set | 
| 59 | import sys, os, readline, socket, httplib, urllib, commands, popen2, copy, shlex, Queue, fnmatch | 59 | import sys, os, readline, socket, httplib, urllib, commands, popen2, shlex, Queue, fnmatch | 
| 60 | from bb import data, parse, build, fatal, cache, taskdata, runqueue, providers as Providers | 60 | from bb import data, parse, build, cache, taskdata, runqueue, providers as Providers | 
| 61 | 61 | ||
| 62 | __version__ = "0.5.3.1" | 62 | __version__ = "0.5.3.1" | 
| 63 | __credits__ = """BitBake Shell Version %s (C) 2005 Michael 'Mickey' Lauer <mickey@Vanille.de> | 63 | __credits__ = """BitBake Shell Version %s (C) 2005 Michael 'Mickey' Lauer <mickey@Vanille.de> | 
