projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816d420
)
tests/avocado/mem-addr-space-check: Remove unused "import signal"
author
Thomas Huth
<thuth@redhat.com>
Fri, 19 Jul 2024 09:54:08 +0000
(11:54 +0200)
committer
Thomas Huth
<thuth@redhat.com>
Mon, 22 Jul 2024 11:54:23 +0000
(13:54 +0200)
The "signal" module is not used here, so we can remove this import
statement.
Message-ID: <
20240719095408
.33298-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/mem-addr-space-check.py
patch
|
blob
|
history
diff --git
a/tests/avocado/mem-addr-space-check.py
b/tests/avocado/mem-addr-space-check.py
index 85541ea0511853a26e050d30fc6a8f3ff51685dd..d3974599f4570b85a56732d54a9ba3e35f8cf928 100644
(file)
--- a/
tests/avocado/mem-addr-space-check.py
+++ b/
tests/avocado/mem-addr-space-check.py
@@
-9,7
+9,6
@@
# SPDX-License-Identifier: GPL-2.0-or-later
from avocado_qemu import QemuSystemTest
-import signal
import time
class MemAddrCheck(QemuSystemTest):