Change in vdsm[master]: storage: organize imports in mount.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 mount.py
......................................................................

storage: organize imports in mount.py

Change-Id: I5f34fd42393f0025e885b0a7e2f5a2e749926648
Signed-off-by: Idan Shaby <ishaby at redhat.com>
---
M lib/vdsm/storage/mount.py
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/48/56248/1

diff --git a/lib/vdsm/storage/mount.py b/lib/vdsm/storage/mount.py
index 715ec80..2fd7237 100644
--- a/lib/vdsm/storage/mount.py
+++ b/lib/vdsm/storage/mount.py
@@ -17,20 +17,22 @@
 #
 # Refer to the README and COPYING files for full details of the license
 #
+
 from __future__ import absolute_import
 
-from collections import namedtuple
 import errno
 import logging
-from os.path import normpath
-import re
 import os
+import re
 import stat
 import threading
 
+from collections import namedtuple
+from os.path import normpath
+
 from vdsm import cmdutils
-from vdsm import constants
 from vdsm import commands
+from vdsm import constants
 from vdsm import supervdsm
 from vdsm import utils
 


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

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