
We also address most of the manual issues here. Change-Id: Icf59dab32c2572d56c49a343b27e8d6425b5ef45 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
6 lines
64 B
Python
6 lines
64 B
Python
from .qemu import QemuImgInfo
|
|
|
|
__all__ = [
|
|
'QemuImgInfo',
|
|
]
|