Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: engine_page: order imports
......................................................................

engine_page: order imports

Folloing http://www.python.org/dev/peps/pep-0008/#imports

Change-Id: I019e73fb0c940312a73521177870db4277049cce
Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com>
---
M src/engine_page.py
1 file changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node-plugin-vdsm 
refs/changes/15/24415/1

diff --git a/src/engine_page.py b/src/engine_page.py
index 8dda0ee..8e7d488 100644
--- a/src/engine_page.py
+++ b/src/engine_page.py
@@ -18,15 +18,16 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA  02110-1301, USA.  A copy of the GNU General Public License is
 # also available at http://www.gnu.org/copyleft/gpl.html.
-from ovirt.node import plugins, valid, ui, utils, app, exceptions
-from ovirt.node.config.defaults import NodeConfigFileSection, SSH, Management
-from ovirt.node.plugins import Changeset
-from ovirt.node import log
-from . import config
+import httplib
 import os
 import sys
 import traceback
-import httplib
+
+from . import config
+
+from ovirt.node import plugins, valid, ui, utils, app, exceptions, log
+from ovirt.node.config.defaults import NodeConfigFileSection, SSH, Management
+from ovirt.node.plugins import Changeset
 
 """
 Configure Engine


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I019e73fb0c940312a73521177870db4277049cce
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-plugin-vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to