summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/ssh.py')
-rw-r--r--bitbake/lib/bb/fetch2/ssh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/ssh.py b/bitbake/lib/bb/fetch2/ssh.py
index e668b0d4b7..6047ee417a 100644
--- a/bitbake/lib/bb/fetch2/ssh.py
+++ b/bitbake/lib/bb/fetch2/ssh.py
@@ -43,7 +43,6 @@ IETF secsh internet draft:
43# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 43# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
44 44
45import re, os 45import re, os
46from bb import data
47from bb.fetch2 import FetchMethod 46from bb.fetch2 import FetchMethod
48from bb.fetch2 import FetchError 47from bb.fetch2 import FetchError
49from bb.fetch2 import logger 48from bb.fetch2 import logger