Change in vdsm[master]: virt: Silense pyflakes about unused imports

nsoffer at redhat.com nsoffer at redhat.com
Sun Jan 11 20:51:17 UTC 2015


Nir Soffer has uploaded a new change for review.

Change subject: virt: Silense pyflakes about unused imports
......................................................................

virt: Silense pyflakes about unused imports

Recent virt merge left apparantly unused imports, breaking the build.
Add reference to these names to make pyflakes happy again.

Change-Id: Id7a5010dcad0a430ff7b8972f7fc95dc7dff7ce7
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M vdsm/virt/vmdevices/__init__.py
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/77/36777/1

diff --git a/vdsm/virt/vmdevices/__init__.py b/vdsm/virt/vmdevices/__init__.py
index b696022..ef93562 100644
--- a/vdsm/virt/vmdevices/__init__.py
+++ b/vdsm/virt/vmdevices/__init__.py
@@ -22,3 +22,6 @@
 from . import hwclass
 from . import network
 from . import storage
+
+# Silence pyflakes
+core, hwclass, network, storage


-- 
To view, visit http://gerrit.ovirt.org/36777
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7a5010dcad0a430ff7b8972f7fc95dc7dff7ce7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list