diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-10-21 12:50:30 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2020-10-26 09:54:16 +0100 |
| commit | 239f0d455bf727d58d3ff52070919de8f8089ace (patch) | |
| tree | 11ea57af22808ef76bb78fb05de15be16e859b6d | |
| parent | c4cb1c9f2e15762e05ecf3e06ecf3c839c3a94ce (diff) | |
| download | focaccia-qemu-239f0d455bf727d58d3ff52070919de8f8089ace.tar.gz focaccia-qemu-239f0d455bf727d58d3ff52070919de8f8089ace.zip | |
tests/acceptance: Remove unused import
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20201021105035.2477784-2-f4bug@amsat.org> Tested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
| -rw-r--r-- | tests/acceptance/machine_m68k_nextcube.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/acceptance/machine_m68k_nextcube.py b/tests/acceptance/machine_m68k_nextcube.py index 32cf571f94..9d289f2fab 100644 --- a/tests/acceptance/machine_m68k_nextcube.py +++ b/tests/acceptance/machine_m68k_nextcube.py @@ -9,7 +9,6 @@ import os import re import time import logging -import distutils.spawn from avocado_qemu import Test from avocado import skipUnless |