Fixed duplicate set entry
Closes #753

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f6ffaa55
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f6ffaa55
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f6ffaa55

Branch: refs/heads/ex_connection_class_kwargs_regression_fix
Commit: f6ffaa55793631bc3ac1de3b8bb95963229c3cdc
Parents: ccbbca5
Author: anthony-shaw <[email protected]>
Authored: Sat Apr 16 15:32:56 2016 +1000
Committer: anthony-shaw <[email protected]>
Committed: Sat Apr 16 15:36:09 2016 +1000

----------------------------------------------------------------------
 libcloud/compute/drivers/dimensiondata.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f6ffaa55/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py 
b/libcloud/compute/drivers/dimensiondata.py
index cb345c9..7a969e8 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -2065,7 +2065,6 @@ class DimensionDataNodeDriver(NodeDriver):
     def _to_firewall_address(self, element):
         ip = element.find(fixxpath('ip', TYPES_URN))
         port = element.find(fixxpath('port', TYPES_URN))
-        port = element.find(fixxpath('port', TYPES_URN))
         port_list = element.find(fixxpath('portList', TYPES_URN))
         address_list = element.find(fixxpath('ipAddressList', TYPES_URN))
         return DimensionDataFirewallAddress(

Reply via email to