Change in vdsm[master]: storage: organize imports in fileUtils.py

ishaby at redhat.com ishaby at redhat.com
Sun Apr 17 12:29:34 UTC 2016


Idan Shaby has uploaded a new change for review.

Change subject: storage: organize imports in fileUtils.py
......................................................................

storage: organize imports in fileUtils.py

Change-Id: I1729b8f135c9884e645b57c8d219123f4441fb6c
Signed-off-by: Idan Shaby <ishaby at redhat.com>
---
M vdsm/storage/fileUtils.py
1 file changed, 12 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/49/56249/1

diff --git a/vdsm/storage/fileUtils.py b/vdsm/storage/fileUtils.py
index 6fd2f1b..a9161b5 100644
--- a/vdsm/storage/fileUtils.py
+++ b/vdsm/storage/fileUtils.py
@@ -21,21 +21,23 @@
 """
 NFS helper module
 """
-import os
-import types
-import pwd
+
+import ctypes
+import errno
 import grp
+import logging
+import os
+import pwd
+import shutil
 import stat
+import subprocess
+import sys
+import types
+import warnings
+
 from StringIO import StringIO
 from contextlib import closing
-import ctypes
 from contextlib import contextmanager
-import subprocess
-import shutil
-import logging
-import errno
-import sys
-import warnings
 
 import six
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1729b8f135c9884e645b57c8d219123f4441fb6c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ishaby at redhat.com>


More information about the vdsm-patches mailing list