From fcead1870013b6a970eca7878a66dbe783c80ea3 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 16 Feb 2015 03:40:45 +0100 Subject: Partially revert acc46fc3497a66a427b795b4a22c6e71d69185a1 --- pyload/plugin/Hoster.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pyload/plugin/Hoster.py') diff --git a/pyload/plugin/Hoster.py b/pyload/plugin/Hoster.py index df778c72f..2d43ee845 100644 --- a/pyload/plugin/Hoster.py +++ b/pyload/plugin/Hoster.py @@ -9,13 +9,13 @@ def getInfo(self): class Hoster(Plugin): - __name = "Hoster" - __type = "hoster" - __version = "0.02" + __name__ = "Hoster" + __type__ = "hoster" + __version__ = "0.02" - __pattern = r'^unmatchable$' - __config = [] #: [("name", "type", "desc", "default")] + __pattern__ = r'^unmatchable$' + __config__ = [] #: [("name", "type", "desc", "default")] - __description = """Base hoster plugin""" - __license = "GPLv3" - __authors = [("mkaay", "mkaay@mkaay.de")] + __description__ = """Base hoster plugin""" + __license__ = "GPLv3" + __authors__ = [("mkaay", "mkaay@mkaay.de")] -- cgit v1.2.3