Updated missing errors from flake

Signed-off-by: Tomaz Muraus <to...@tomaz.me>


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

Branch: refs/heads/trunk
Commit: 08a1ec0633baf39d84436541ec75ef05dd5a2d04
Parents: ee9b900
Author: Anthony Shaw <anthony.p.s...@gmail.com>
Authored: Tue Aug 25 16:58:33 2015 +1000
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Thu Aug 27 23:03:15 2015 +0200

----------------------------------------------------------------------
 libcloud/compute/drivers/dimensiondata.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/08a1ec06/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py 
b/libcloud/compute/drivers/dimensiondata.py
index 50166e2..8f0f71d 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -30,7 +30,7 @@ from libcloud.compute.base import NodeDriver, Node
 from libcloud.compute.base import NodeSize, NodeImage, NodeLocation
 from libcloud.common.types import LibcloudError, InvalidCredsError
 from libcloud.common.base import ConnectionUserAndKey, XmlResponse
-from libcloud.utils.xml import fixxpath, findtext, findall, findattr
+from libcloud.utils.xml import fixxpath, findtext, findall
 from libcloud.compute.types import NodeState, Provider
 
 # Roadmap / TODO:
@@ -660,8 +660,8 @@ class DimensionDataNodeDriver(NodeDriver):
         :return: a list of DimensionDataNetwork objects
         :rtype: ``list`` of :class:`DimensionDataNetwork`
         """
-        response = 
self.connection.request_with_orgId_api_2('network/networkDomain') \
-                                  .object
+        response = self.connection \
+            .request_with_orgId_api_2('network/networkDomain').object
         return self._to_network_domains(response)
 
     def ex_list_vlans(self):

Reply via email to