From 9752fd1c10b8fcc819822fa6eabc2c1050fcc03b Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 27 Feb 2017 15:14:09 -0800 Subject: fetch2: don't use deprecated bb.data APIs Cleanup some more usage of bb.data APIs in the fetchers. Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- lib/bb/fetch2/ssh.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/bb/fetch2/ssh.py') 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 -- cgit 1.2.3-korg