From d9b3ee8b38f877c1723e48f1aa311c28102786fb Mon Sep 17 00:00:00 2001 From: Mariano Lopez Date: Mon, 6 Jun 2016 07:15:40 +0000 Subject: lib/oeqa/otest.py: Fix import tests from other layers with python3 In python3 the functionality to import modules has been changed and this broke the capability to add runtime tests from other layers. This commit returns this capability to testimage and testexport. [YOCTO #9705] (From OE-Core rev: a26f23d3ce8f7e9f59dbc9bf27516377fd7a0a6d) Signed-off-by: Mariano Lopez Signed-off-by: Richard Purdie --- meta/lib/oeqa/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 meta/lib/oeqa/__init__.py (limited to 'meta/lib/oeqa/__init__.py') diff --git a/meta/lib/oeqa/__init__.py b/meta/lib/oeqa/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3-54-g00ecf