From ab434125b9121e3d7c463a4b35ae60a4395f8392 Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Fri, 26 May 2017 15:37:27 -0500 Subject: testsdk.bbclass: Remove unused import of OEStreamLogger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie --- meta/classes/testsdk.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/testsdk.bbclass') diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass index 6a201aa41b..4740233910 100644 --- a/meta/classes/testsdk.bbclass +++ b/meta/classes/testsdk.bbclass @@ -21,7 +21,6 @@ def testsdk_main(d): import logging from bb.utils import export_proxies - from oeqa.core.runner import OEStreamLogger from oeqa.sdk.context import OESDKTestContext, OESDKTestContextExecutor from oeqa.utils import make_logger_bitbake_compatible -- cgit 1.2.3-korg