diff options
author | Jeix <devnull@localhost> | 2010-08-01 14:11:19 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-08-01 14:11:19 +0200 |
commit | f94a0a5d7b74ca430a81084d843f0c096c2b4551 (patch) | |
tree | 17479ca12d17620c8fd5969a1dcd4e5c1387b516 /module/network/FtpRequest.py | |
parent | some fixes (diff) | |
download | pyload-f94a0a5d7b74ca430a81084d843f0c096c2b4551.tar.xz |
plugin updates to new interface
Diffstat (limited to 'module/network/FtpRequest.py')
-rw-r--r-- | module/network/FtpRequest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/FtpRequest.py b/module/network/FtpRequest.py index 026d0f9fc..eecb40c9f 100644 --- a/module/network/FtpRequest.py +++ b/module/network/FtpRequest.py @@ -18,7 +18,7 @@ @author: RaNaN @author: mkaay @author: jeix - @version: v0.3.2 + @version: v0.4.0 """ import time |