diff options
author | Enrico Jörns <ejo@pengutronix.de> | 2023-03-31 12:26:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-31 23:30:36 +0100 |
commit | a5f848f0e0ab57302c487594a59096babb738168 (patch) | |
tree | ee2b953b085928c29a5f453e90949b6fa7ac5654 /meta/lib | |
parent | c27a505f5841997703020b14f6fae2969fa758a1 (diff) | |
download | poky-a5f848f0e0ab57302c487594a59096babb738168.tar.gz |
oeqa/utils/commands: remove unused imports
(From OE-Core rev: 0c00b5cdd57c3d9c47d4780d6627c74221911b72)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-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 84c463328f..9b07227f12 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 |