diff -r 1843ef6e2656 -r ce77f0b1ee67 E5Network/E5Ftp.py --- a/E5Network/E5Ftp.py Mon Aug 12 22:21:53 2013 +0200 +++ b/E5Network/E5Ftp.py Sun Sep 08 19:04:07 2013 +0200 @@ -75,6 +75,8 @@ @param proxyAccount accounting info for the proxy (string) @param timeout timeout in seconds for blocking operations (integer) """ + super(E5Ftp, self).__init__() + self.__timeout = timeout self.__proxyType = proxyType