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 e0b35b68c..2dfce536b 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.12"
+ __name = "RPNetBiz"
+ __type = "account"
+ __version = "0.12"
- __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):