You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/11 00:24:02 UTC

[08/11] libcloud git commit: Test fix

Test fix


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

Branch: refs/heads/trunk
Commit: 38d40fe376e7ab5e1d9355b5af46a013233ed834
Parents: 560f0e4
Author: jasminSPC <ja...@stackpointcloud.com>
Authored: Tue Apr 11 01:59:02 2017 +0200
Committer: jasminSPC <ja...@stackpointcloud.com>
Committed: Tue Apr 11 01:59:02 2017 +0200

----------------------------------------------------------------------
 libcloud/compute/drivers/oneandone.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/38d40fe3/libcloud/compute/drivers/oneandone.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/oneandone.py b/libcloud/compute/drivers/oneandone.py
index afe356e..2a5d1e4 100644
--- a/libcloud/compute/drivers/oneandone.py
+++ b/libcloud/compute/drivers/oneandone.py
@@ -843,7 +843,7 @@ class OneAndOneNodeDriver(NodeDriver):
         return response.object
 
     def ex_list_firewall_policies(self):
-        '""
+        """"
         List firewall policies
         :return: 'dict'
         """