# -*- coding: utf-8 -*- from module.plugins.Account import Account class Ftp(Account): __name__ = "Ftp" __type__ = "account" __version__ = "0.01" __description__ = """Ftp dummy account plugin""" __authors__ = [("zoidberg", "zoidberg@mujmail.cz")] login_timeout = info_threshold = 1000000