Change in vdsm[master]: storage: Organize imports in storage.iscsiadm

nsoffer at redhat.com nsoffer at redhat.com
Fri Mar 25 22:37:56 UTC 2016


Nir Soffer has uploaded a new change for review.

Change subject: storage: Organize imports in storage.iscsiadm
......................................................................

storage: Organize imports in storage.iscsiadm

Change-Id: Ie6a356824572c14da5baa862cf20e872767fb52e
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M vdsm/storage/iscsiadm.py
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/55261/1

diff --git a/vdsm/storage/iscsiadm.py b/vdsm/storage/iscsiadm.py
index 03e2e97..9285d09 100644
--- a/vdsm/storage/iscsiadm.py
+++ b/vdsm/storage/iscsiadm.py
@@ -19,12 +19,15 @@
 #
 
 import re
+
 from collections import namedtuple
 from threading import Lock
-import misc
+
 from vdsm import constants
 from vdsm.utils import AsyncProcessOperation
 
+import misc
+
 # iscsiadm exit statuses
 ISCSI_ERR_SESS_EXISTS = 15
 ISCSI_ERR_LOGIN_AUTH_FAILED = 24


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

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