Make imageutils a directory
In anticipation of more image utility functionality incoming (i.e. format_inspector), this makes imageutils a directory so we can put that stuff underneath. The original imageutils.py file only has the QemuImgInfo object in it, so that is moved to imageutils/qemu.py and is imported in the module in the same place so this does not change the API. Change-Id: I3a58312d3bff69d9b06b712af466e6e09bf0b575
This commit is contained in:
parent
e858c7e50a
commit
fa53de127e
1
oslo_utils/imageutils/__init__.py
Normal file
1
oslo_utils/imageutils/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from .qemu import QemuImgInfo
|
0
oslo_utils/tests/imageutils/__init__.py
Normal file
0
oslo_utils/tests/imageutils/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user