summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/ssh.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-03 23:14:53 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-13 12:15:21 +0000
commitc2b5a617285733053f867c3fdda2179a65ccbe4c (patch)
tree87c6f41dfc7a8d51d5e47cdfd9e253e9d3fad688 /bitbake/lib/bb/fetch/ssh.py
parent1fd3265374f2ecc85c7835989c01b69482e72020 (diff)
downloadpoky-c2b5a617285733053f867c3fdda2179a65ccbe4c.tar.gz
bitbake: Sync module import cleanups back from bitbake trunk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/fetch/ssh.py')
-rw-r--r--bitbake/lib/bb/fetch/ssh.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch/ssh.py b/bitbake/lib/bb/fetch/ssh.py
index 81a9892dcc..68e6fdb1df 100644
--- a/bitbake/lib/bb/fetch/ssh.py
+++ b/bitbake/lib/bb/fetch/ssh.py
@@ -37,11 +37,9 @@ IETF secsh internet draft:
37# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
38 38
39import re, os 39import re, os
40import bb
41from bb import data 40from bb import data
42from bb.fetch import Fetch 41from bb.fetch import Fetch
43from bb.fetch import FetchError 42from bb.fetch import FetchError
44from bb.fetch import MissingParameterError
45 43
46 44
47__pattern__ = re.compile(r''' 45__pattern__ = re.compile(r'''