diff -r 4cbefb8c029b -r 41fb830ddd09 E5Network/E5Ftp.py --- a/E5Network/E5Ftp.py Mon Aug 26 19:33:40 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