Ondřej Svoboda has uploaded a new change for review.

Change subject: configurators: remove duplicated 'from __future__ import 
absolute_import'
......................................................................

configurators: remove duplicated 'from __future__ import absolute_import'

Change-Id: Ibfb147a294fc566a7092db7bf43f58fe75d3d04b
Signed-off-by: Ondřej Svoboda <[email protected]>
---
M vdsm/network/configurators/ifcfg.py
M vdsm/network/configurators/libvirt.py
2 files changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/81/42281/1

diff --git a/vdsm/network/configurators/ifcfg.py 
b/vdsm/network/configurators/ifcfg.py
index 48c8b18..e008994 100644
--- a/vdsm/network/configurators/ifcfg.py
+++ b/vdsm/network/configurators/ifcfg.py
@@ -17,7 +17,6 @@
 # Refer to the README and COPYING files for full details of the license
 #
 from __future__ import absolute_import
-from __future__ import absolute_import
 
 import copy
 import glob
diff --git a/vdsm/network/configurators/libvirt.py 
b/vdsm/network/configurators/libvirt.py
index ec62337..3cca006 100644
--- a/vdsm/network/configurators/libvirt.py
+++ b/vdsm/network/configurators/libvirt.py
@@ -17,7 +17,6 @@
 # Refer to the README and COPYING files for full details of the license
 #
 from __future__ import absolute_import
-from __future__ import absolute_import
 
 from xml.dom.minidom import Document
 from xml.sax.saxutils import escape


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibfb147a294fc566a7092db7bf43f58fe75d3d04b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ondřej Svoboda <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to