From 4bf9040a446e578bbc240ea1ec91551509d32f8e Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 23 Aug 2013 11:53:53 +0200 Subject: Moving settings from the account to the hoster plugin --- pyload/plugins/accounts/ZeveraCom.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyload/plugins/accounts/ZeveraCom.py') diff --git a/pyload/plugins/accounts/ZeveraCom.py b/pyload/plugins/accounts/ZeveraCom.py index 6e7246fb7..8f05f1d76 100644 --- a/pyload/plugins/accounts/ZeveraCom.py +++ b/pyload/plugins/accounts/ZeveraCom.py @@ -8,9 +8,6 @@ class ZeveraCom(MultiHoster): __name__ = "ZeveraCom" __version__ = "0.21" __type__ = "account" - __config__ = [("activated", "bool", "Activated", "False"), - ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"), - ("hosterList", "str", "Hoster list (comma separated)", "")] __description__ = """Zevera.com account plugin""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") -- cgit v1.2.3