summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/ssh.py
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-02-27 15:14:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-28 09:32:38 +0000
commit9752fd1c10b8fcc819822fa6eabc2c1050fcc03b (patch)
treecc3feee149b03de72f106b955728be45bcd1bc92 /lib/bb/fetch2/ssh.py
parentf5ab65610d6d6c0587948b644292f57c07dece0c (diff)
downloadbitbake-contrib-9752fd1c10b8fcc819822fa6eabc2c1050fcc03b.tar.gz
fetch2: don't use deprecated bb.data APIs
Cleanup some more usage of bb.data APIs in the fetchers. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/fetch2/ssh.py')
-rw-r--r--lib/bb/fetch2/ssh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/fetch2/ssh.py b/lib/bb/fetch2/ssh.py
index e668b0d4b..6047ee417 100644
--- a/lib/bb/fetch2/ssh.py
+++ b/lib/bb/fetch2/ssh.py
@@ -43,7 +43,6 @@ IETF secsh internet draft:
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
import re, os
-from bb import data
from bb.fetch2 import FetchMethod
from bb.fetch2 import FetchError
from bb.fetch2 import logger