summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jörns <ejo@pengutronix.de>2023-03-31 12:26:18 +0200
committerSteve Sakoman <steve@sakoman.com>2023-04-05 06:24:00 -1000
commit9faa5ad7ea61a2edd121b526c688f964e0b656ac (patch)
treeec50929ed2768e478047d91ecc354b5b3af7b6e6
parentd0eeb32cb0d990698287955dd7cac643bcebdafc (diff)
downloadopenembedded-core-contrib-9faa5ad7ea61a2edd121b526c688f964e0b656ac.tar.gz
oeqa/utils/commands: remove unused imports
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.py3
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 @@
# This module is mainly used by scripts/oe-selftest and modules under meta/oeqa/selftest
# It provides a class and methods for running commands on the host in a convienent way for tests.
-
-
import os
import sys
-import signal
import subprocess
import threading
import time