1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

testsdk.bbclass: Remove unused import of OEStreamLogger

(From OE-Core rev: ab434125b9121e3d7c463a4b35ae60a4395f8392)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Aníbal Limón
2017-05-26 15:37:27 -05:00
committed by Richard Purdie
parent bd063fa288
commit f3f40fe97b
-1
View 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