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

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
+1 -1
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