From b15510f3fdb30d1a23bf3e114421a5867ec07c63 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 16 Jun 2019 21:59:14 -0400 Subject: virtManager: rename storagelist to hoststorage To match hostnets naming, and to be a bit more clear --- virtManager/storagebrowse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'virtManager/storagebrowse.py') 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() -- cgit v1.2.1