mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
tests/functional: drop back compat imports from utils.py
Now that all tests are converted over to the higher level wrapper functions, the back compat imports from utils.py are redundant. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241217155953.3950506-28-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
65d35a4e27
commit
3bb4c8b613
1 changed files with 0 additions and 5 deletions
|
@ -10,11 +10,6 @@
|
|||
|
||||
import os
|
||||
|
||||
from .archive import tar_extract as archive_extract
|
||||
from .archive import cpio_extract
|
||||
from .uncompress import gzip_uncompress
|
||||
from .uncompress import lzma_uncompress
|
||||
|
||||
"""
|
||||
Round up to next power of 2
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue