From ac4eba5415f39cd797a08071c0efae296ae61a70 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 28 Feb 2019 12:18:41 +0000 Subject: oeqa/oetest: Drop unused import Signed-off-by: Richard Purdie --- meta/lib/oeqa/oetest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/lib') diff --git a/meta/lib/oeqa/oetest.py b/meta/lib/oeqa/oetest.py index f7171260e7..f0423af66c 100644 --- a/meta/lib/oeqa/oetest.py +++ b/meta/lib/oeqa/oetest.py @@ -7,7 +7,7 @@ # It also has some helper functions and it's responsible for actually starting the tests -import os, re, mmap, sys +import os, re, sys import unittest import inspect import subprocess -- cgit 1.2.3-korg