summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/account/HugefilesNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/account/HugefilesNet.py')
-rw-r--r--pyload/plugin/account/HugefilesNet.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/account/HugefilesNet.py b/pyload/plugin/account/HugefilesNet.py
index b4cd6f8c4..eb383fb17 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"