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

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.threadPool
......................................................................

storage: Organize imports in storage.threadPool

Change-Id: If7e96ac259029aa12ee548a8113c1fbcbf82d26c
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M vdsm/storage/threadPool.py
1 file changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/59/55259/1

diff --git a/vdsm/storage/threadPool.py b/vdsm/storage/threadPool.py
index 594a6b9..1ac10c9 100644
--- a/vdsm/storage/threadPool.py
+++ b/vdsm/storage/threadPool.py
@@ -7,10 +7,13 @@
 #
 
 from __future__ import print_function
-import threading
-from time import sleep
-from Queue import Queue, Empty
+
 import logging
+import threading
+
+from Queue import Queue, Empty
+from time import sleep
+
 from vdsm import concurrent
 
 


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

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