Skip to content
Snippets Groups Projects
Commit b0716ad9 authored by Enrico Jörns's avatar Enrico Jörns Committed by Steve Sakoman
Browse files

oeqa/utils/commands: remove unused imports


(From OE-Core rev: 9faa5ad7ea61a2edd121b526c688f964e0b656ac)

Signed-off-by: default avatarEnrico Jorns <ejo@pengutronix.de>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0c00b5cdd57c3d9c47d4780d6627c74221911b72)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 3a7ddfca
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment