summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/account/RPNetBiz.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/account/RPNetBiz.py')
-rw-r--r--pyload/plugin/account/RPNetBiz.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/pyload/plugin/account/RPNetBiz.py b/pyload/plugin/account/RPNetBiz.py
index fe18e06c9..bb529b19c 100644
--- a/pyload/plugin/account/RPNetBiz.py
+++ b/pyload/plugin/account/RPNetBiz.py
@@ -5,13 +5,13 @@ from pyload.utils import json_loads
class RPNetBiz(Account):
- __name = "RPNetBiz"
- __type = "account"
- __version = "0.10"
+ __name__ = "RPNetBiz"
+ __type__ = "account"
+ __version__ = "0.10"
- __description = """RPNet.biz account plugin"""
- __license = "GPLv3"
- __authors = [("Dman", "dmanugm@gmail.com")]
+ __description__ = """RPNet.biz account plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("Dman", "dmanugm@gmail.com")]
def loadAccountInfo(self, user, req):