summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/accounts/RarefileNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/accounts/RarefileNet.py')
-rw-r--r--pyload/plugins/accounts/RarefileNet.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/plugins/accounts/RarefileNet.py b/pyload/plugins/accounts/RarefileNet.py
index 90ad02d43..f4ae4a79a 100644
--- a/pyload/plugins/accounts/RarefileNet.py
+++ b/pyload/plugins/accounts/RarefileNet.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from module.plugins.internal.XFSPAccount import XFSPAccount
+
class RarefileNet(XFSPAccount):
__name__ = "RarefileNet"
__version__ = "0.02"
@@ -8,5 +9,5 @@ class RarefileNet(XFSPAccount):
__description__ = """RareFile.net account plugin"""
__author_name__ = ("zoidberg")
__author_mail__ = ("zoidberg@mujmail.cz")
-
+
MAIN_PAGE = "http://rarefile.net/"