E5Network/E5Ftp.py

changeset 2872
13f12f81cb7b
parent 2302
f29e9405c851
child 2911
ce77f0b1ee67
child 2990
583beaf0b4b8
child 3163
9f50365a0870
--- a/E5Network/E5Ftp.py	Sun Aug 25 19:56:37 2013 +0200
+++ b/E5Network/E5Ftp.py	Tue Aug 27 18:22:35 2013 +0200
@@ -73,6 +73,8 @@
         @param proxyAccount accounting info for the proxy (string)
         @param timeout timeout in seconds for blocking operations (integer)
         """
+        super().__init__()
+        
         self.__timeout = timeout
         
         self.__proxyType = proxyType

eric ide

mercurial