summaryrefslogtreecommitdiff
path: root/virtManager/storagebrowse.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-06-16 21:59:14 -0400
committerCole Robinson <crobinso@redhat.com>2019-06-17 00:12:32 -0400
commitb15510f3fdb30d1a23bf3e114421a5867ec07c63 (patch)
tree3457fbd96fb7225e30c65e801aecf5ceee66ac76 /virtManager/storagebrowse.py
parent16a608c37bd450ea0de27b0e74fdd55769d748ab (diff)
downloadvirt-manager-b15510f3fdb30d1a23bf3e114421a5867ec07c63.tar.gz
virtManager: rename storagelist to hoststorage
To match hostnets naming, and to be a bit more clear
Diffstat (limited to 'virtManager/storagebrowse.py')
-rw-r--r--virtManager/storagebrowse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtManager/storagebrowse.py b/virtManager/storagebrowse.py
index 7bf72507..c117b8ba 100644
--- a/virtManager/storagebrowse.py
+++ b/virtManager/storagebrowse.py
@@ -8,7 +8,7 @@ from virtinst import log
from . import uiutil
from .baseclass import vmmGObjectUI
-from .storagelist import vmmStorageList
+from .hoststorage import vmmHostStorage
class vmmStorageBrowser(vmmGObjectUI):
@@ -22,7 +22,7 @@ class vmmStorageBrowser(vmmGObjectUI):
# Passed to browse_local
self._browse_reason = None
- self.storagelist = vmmStorageList(self.conn, self.builder, self.topwin,
+ self.storagelist = vmmHostStorage(self.conn, self.builder, self.topwin,
self._vol_sensitive_cb)
self._init_ui()