]> code.ossystems Code Review - openembedded-core.git/commitdiff
testsdk.bbclass: Remove unused import of OEStreamLogger
authorAníbal Limón <anibal.limon@linux.intel.com>
Fri, 26 May 2017 20:37:27 +0000 (15:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 May 2017 09:15:22 +0000 (10:15 +0100)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testsdk.bbclass

index 6a201aa41b5679f91f2123f929ad8f8ef23ccb51..47402339105cc5c1e0e36261f3e0d2009fa8aa17 100644 (file)
@@ -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