Change in vdsm[master]: Clean the imports a bit

msivak at redhat.com msivak at redhat.com
Tue Jul 2 15:36:52 UTC 2013


Martin Sivák has uploaded a new change for review.

Change subject: Clean the imports a bit
......................................................................

Clean the imports a bit

Change-Id: Id5a0b5efcae5db4160e7cdf7d3b7770180f96ff5
Signed-off-by: Martin Sivak <msivak at redhat.com>
---
M tests/hooksTests.py
M vdsm/hooks.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/42/16342/1

diff --git a/tests/hooksTests.py b/tests/hooksTests.py
index 9e83aa3..3163c00 100644
--- a/tests/hooksTests.py
+++ b/tests/hooksTests.py
@@ -1,4 +1,3 @@
-import os.path
 # encoding: utf-8
 #
 # Copyright 2012 Red Hat, Inc.
@@ -23,6 +22,7 @@
 
 import tempfile
 import os
+import os.path
 from testrunner import VdsmTestCase as TestCaseBase
 
 import hooks
diff --git a/vdsm/hooks.py b/vdsm/hooks.py
index 818f5b8..78ece5b 100644
--- a/vdsm/hooks.py
+++ b/vdsm/hooks.py
@@ -1,4 +1,3 @@
-import os.path
 #
 # Copyright 2010-2011 Red Hat, Inc.
 #
@@ -22,6 +21,7 @@
 from vdsm import utils
 import glob
 import os
+import os.path
 import sys
 import tempfile
 import logging


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5a0b5efcae5db4160e7cdf7d3b7770180f96ff5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak at redhat.com>


More information about the vdsm-patches mailing list