diff options
| author | Enrico Jörns <ejo@pengutronix.de> | 2023-03-31 12:26:18 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-04-14 06:30:30 -1000 |
| commit | b0716ad948690988fd27fa31fd97ba8bef841cf5 (patch) | |
| tree | 1c84c51cd105aae559b3b3b33489ade97f72128f | |
| parent | 3a7ddfca0169c76279708c79fc6c789aae196e3e (diff) | |
| download | poky-b0716ad948690988fd27fa31fd97ba8bef841cf5.tar.gz | |
oeqa/utils/commands: remove unused imports
(From OE-Core rev: 9faa5ad7ea61a2edd121b526c688f964e0b656ac)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0c00b5cdd57c3d9c47d4780d6627c74221911b72)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/lib/oeqa/utils/commands.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index c03ba52ef2..473aa38d41 100644 --- a/meta/lib/oeqa/utils/commands.py +++ b/meta/lib/oeqa/utils/commands.py | |||
| @@ -8,11 +8,8 @@ | |||
| 8 | # This module is mainly used by scripts/oe-selftest and modules under meta/oeqa/selftest | 8 | # This module is mainly used by scripts/oe-selftest and modules under meta/oeqa/selftest |
| 9 | # It provides a class and methods for running commands on the host in a convienent way for tests. | 9 | # It provides a class and methods for running commands on the host in a convienent way for tests. |
| 10 | 10 | ||
| 11 | |||
| 12 | |||
| 13 | import os | 11 | import os |
| 14 | import sys | 12 | import sys |
| 15 | import signal | ||
| 16 | import subprocess | 13 | import subprocess |
| 17 | import threading | 14 | import threading |
| 18 | import time | 15 | import time |
