Change in vdsm[master]: multipath: Cleanup imports

nsoffer at redhat.com nsoffer at redhat.com
Fri Aug 14 21:36:17 UTC 2015


Nir Soffer has uploaded a new change for review.

Change subject: multipath: Cleanup imports
......................................................................

multipath: Cleanup imports

Change-Id: Ic543f70cc47cafd8efff235d5e834df9c65fecf0
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M lib/vdsm/tool/configurators/multipath.py
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/58/44858/1

diff --git a/lib/vdsm/tool/configurators/multipath.py b/lib/vdsm/tool/configurators/multipath.py
index bced531..52d1d80 100644
--- a/lib/vdsm/tool/configurators/multipath.py
+++ b/lib/vdsm/tool/configurators/multipath.py
@@ -24,9 +24,7 @@
 import tempfile
 import time
 
-from .import \
-    YES, \
-    NO
+from .import YES, NO
 from .. import service
 from ... import utils
 from ... import constants


-- 
To view, visit https://gerrit.ovirt.org/44858
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic543f70cc47cafd8efff235d5e834df9c65fecf0
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