summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/ssh.py
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-07 15:42:45 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-07 16:28:35 -0800
commit232b6f3c92928c333ad1201aa8eb3706e7251cdf (patch)
tree43ba7a72feb93bc20a9081a02211fe39655ac196 /bitbake/lib/bb/fetch2/ssh.py
parent6ec0e55375c9687c7ead49d1e01f81b197db7108 (diff)
downloadpoky-232b6f3c92928c333ad1201aa8eb3706e7251cdf.tar.gz
fetch2: add runfetchcmd to import for fetchers
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/fetch2/ssh.py')
-rw-r--r--bitbake/lib/bb/fetch2/ssh.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py
index 081fe1335c..2ee9ab093a 100644
--- a/bitbake/lib/bb/fetch2/ssh.py
+++ b/bitbake/lib/bb/fetch2/ssh.py
@@ -40,6 +40,8 @@ import re, os
40from bb import data 40from bb import data
41from bb.fetch2 import FetchMethod 41from bb.fetch2 import FetchMethod
42from bb.fetch2 import FetchError 42from bb.fetch2 import FetchError
43from bb.fetch2 import logger
44from bb.fetch2 import runfetchcmd
43 45
44 46
45__pattern__ = re.compile(r''' 47__pattern__ = re.compile(r'''