oeqa/oetest: Drop unused import

(From OE-Core rev: ac4eba5415f39cd797a08071c0efae296ae61a70)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2019-02-28 12:18:41 +00:00
parent 3d59df60a6
commit 4a67dfb089

View File

@ -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