Run xmlrpclib.Transport's __init__ too (required on F7).
[plcapi.git] / PLC / PyCurl.py
index f0d4005..a494fa7 100644 (file)
@@ -15,6 +15,7 @@ from tempfile import NamedTemporaryFile
 
 class PyCurlTransport(xmlrpclib.Transport):
     def __init__(self, uri, cert = None, timeout = 300):
+        xmlrpclib.Transport.__init__(self)
         self.curl = pycurl.Curl()
 
         # Suppress signals