diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-28 12:18:41 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-28 17:47:10 +0000 |
| commit | 4a67dfb0897c36e21ada43a81d19c48765edbe56 (patch) | |
| tree | 8281dde8d50d9389b2fcb5a86f0b977611acf8d1 /meta/lib/oeqa/oetest.py | |
| parent | 3d59df60a6d5831a1cf27858f08ae24ba0d7419d (diff) | |
| download | poky-4a67dfb0897c36e21ada43a81d19c48765edbe56.tar.gz | |
oeqa/oetest: Drop unused import
(From OE-Core rev: ac4eba5415f39cd797a08071c0efae296ae61a70)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/oetest.py')
| -rw-r--r-- | meta/lib/oeqa/oetest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 7 | 7 | ||
| 8 | # It also has some helper functions and it's responsible for actually starting the tests | 8 | # It also has some helper functions and it's responsible for actually starting the tests |
| 9 | 9 | ||
| 10 | import os, re, mmap, sys | 10 | import os, re, sys |
| 11 | import unittest | 11 | import unittest |
| 12 | import inspect | 12 | import inspect |
| 13 | import subprocess | 13 | import subprocess |
