Change in vdsm[master]: configurator.py: sort imports alphabetically

mtayer at redhat.com mtayer at redhat.com
Fri May 16 21:07:32 UTC 2014


mooli tayer has uploaded a new change for review.

Change subject: configurator.py: sort imports alphabetically
......................................................................

configurator.py: sort imports alphabetically

Change-Id: I6ee51b9d3c2dd04824cc3dbb91a413f310f38523
Signed-off-by: Mooli Tayer <mtayer at redhat.com>
---
M lib/vdsm/tool/configurator.py
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/83/27783/1

diff --git a/lib/vdsm/tool/configurator.py b/lib/vdsm/tool/configurator.py
index 4b5c354..176b0aa 100644
--- a/lib/vdsm/tool/configurator.py
+++ b/lib/vdsm/tool/configurator.py
@@ -17,14 +17,14 @@
 # Refer to the README and COPYING files for full details of the license
 #
 
-import errno
-import os
-import sys
-import grp
 import argparse
+import errno
 import filecmp
+import grp
+import os
 import rpm
 import shutil
+import sys
 import traceback
 import uuid
 


-- 
To view, visit http://gerrit.ovirt.org/27783
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ee51b9d3c2dd04824cc3dbb91a413f310f38523
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: mooli tayer <mtayer at redhat.com>


More information about the vdsm-patches mailing list