diff options
Diffstat (limited to 'pyload/plugin/account/HugefilesNet.py')
-rw-r--r-- | pyload/plugin/account/HugefilesNet.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/account/HugefilesNet.py b/pyload/plugin/account/HugefilesNet.py index eb383fb17..b4cd6f8c4 100644 --- a/pyload/plugin/account/HugefilesNet.py +++ b/pyload/plugin/account/HugefilesNet.py @@ -4,13 +4,13 @@ from pyload.plugin.internal.XFSAccount import XFSAccount class HugefilesNet(XFSAccount): - __name__ = "HugefilesNet" - __type__ = "account" - __version__ = "0.02" + __name = "HugefilesNet" + __type = "account" + __version = "0.02" - __description__ = """Hugefiles.net account plugin""" - __license__ = "GPLv3" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] + __description = """Hugefiles.net account plugin""" + __license = "GPLv3" + __authors = [("Walter Purcaro", "vuolter@gmail.com")] HOSTER_DOMAIN = "hugefiles.net" |