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.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'''