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/02 01:55:22 UTC

[3/5] libcloud git commit: fix super naming

fix super naming


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

Branch: refs/heads/trunk
Commit: 1a3d4d8aff8ad3a9fdac6286e449f4756dcaecf6
Parents: 3637d7c
Author: Anthony Shaw <an...@apache.org>
Authored: Sun Apr 2 11:41:20 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Sun Apr 2 11:41:20 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1a3d4d8a/libcloud/httplib_ssl.py
----------------------------------------------------------------------
diff --git a/libcloud/httplib_ssl.py b/libcloud/httplib_ssl.py
index cf1c749..e78d92c 100644
--- a/libcloud/httplib_ssl.py
+++ b/libcloud/httplib_ssl.py
@@ -42,7 +42,7 @@ class SignedHTTPSAdapter(HTTPAdapter):
     def __init__(self, cert_file, key_file):
         self.cert_file = cert_file
         self.key_file = key_file
-        super(SignedX509Adapter, self).__init__()
+        super(SignedHTTPSAdapter, self).__init__()
 
     def init_poolmanager(self, connections, maxsize, block=False):
         self.poolmanager = PoolManager(