diff options
Diffstat (limited to 'pyload/plugin/account/Ftp.py')
-rw-r--r-- | pyload/plugin/account/Ftp.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pyload/plugin/account/Ftp.py b/pyload/plugin/account/Ftp.py deleted file mode 100644 index 67cde2cdd..000000000 --- a/pyload/plugin/account/Ftp.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugin.Account import Account - - -class Ftp(Account): - __name__ = "Ftp" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Ftp dummy account plugin""" - __license__ = "GPLv3" - __authors__ = [("zoidberg", "zoidberg@mujmail.cz")] - - - login_timeout = -1 #: Unlimited - info_threshold = -1 #: Unlimited |