Change in vdsm[master]: hsm: organize imports.

aaviram at redhat.com aaviram at redhat.com
Sun Dec 13 09:56:41 UTC 2015


Amit Aviram has uploaded a new change for review.

Change subject: hsm: organize imports.
......................................................................

hsm: organize imports.

Organize imports to fit intellij's import order policy. (a consequence
of running "organize imports" in intellij)

Change-Id: Iba1888c23b8fdea510547c5b26977ec71fd0d1e0
Signed-off-by: Amit Aviram <aaviram at redhat.com>
---
M vdsm/storage/hsm.py
1 file changed, 7 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/73/50373/1

diff --git a/vdsm/storage/hsm.py b/vdsm/storage/hsm.py
index 33be84b..03bb0e1 100644
--- a/vdsm/storage/hsm.py
+++ b/vdsm/storage/hsm.py
@@ -35,13 +35,18 @@
 import math
 import numbers
 import stat
-
 from vdsm import concurrent
 from vdsm.config import config
+from vdsm import constants
+from vdsm import supervdsm
+from vdsm import utils
+from vdsm import qemuimg
+
 import sp
 from spbackends import MAX_POOL_DESCRIPTION_SIZE, MAX_DOMAINS
 from spbackends import StoragePoolDiskBackend
 from spbackends import StoragePoolMemoryBackend
+
 import monitor
 import sd
 import blockSD
@@ -62,7 +67,6 @@
 import clusterlock
 import storage_exception as se
 from threadLocal import vars
-from vdsm import constants
 from storageConstants import STORAGE
 from storageConstants import SECTOR_SIZE
 import resourceManager as rm
@@ -72,9 +76,7 @@
 import mount
 import dispatcher
 import storageServer
-from vdsm import supervdsm
-from vdsm import utils
-from vdsm import qemuimg
+
 
 GUID = "guid"
 NAME = "name"


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba1888c23b8fdea510547c5b26977ec71fd0d1e0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Amit Aviram <aaviram at redhat.com>


More information about the vdsm-patches mailing list