diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/ssh.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/ssh.py | 2 | 
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 | |||
| 40 | from bb import data | 40 | from bb import data | 
| 41 | from bb.fetch2 import FetchMethod | 41 | from bb.fetch2 import FetchMethod | 
| 42 | from bb.fetch2 import FetchError | 42 | from bb.fetch2 import FetchError | 
| 43 | from bb.fetch2 import logger | ||
| 44 | from bb.fetch2 import runfetchcmd | ||
| 43 | 45 | ||
| 44 | 46 | ||
| 45 | __pattern__ = re.compile(r''' | 47 | __pattern__ = re.compile(r''' | 
