diff -r 8d30ec21e9c7 -r 13f12f81cb7b E5Network/E5Ftp.py --- 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