tests/acceptance: Remove unused import
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 21 Oct 2020 10:50:30 +0000 (12:50 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 26 Oct 2020 08:54:16 +0000 (09:54 +0100)
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>
tests/acceptance/machine_m68k_nextcube.py

index 32cf571f948259663941f496005449f115800a7f..9d289f2fab7f1d9e5a54cf4e1ba5a538494bfa4e 100644 (file)
@@ -9,7 +9,6 @@ import os
 import re
 import time
 import logging
-import distutils.spawn
 
 from avocado_qemu import Test
 from avocado import skipUnless