summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/MyfastfileCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-08 20:25:22 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-08 20:25:22 +0200
commit332c248d0860c8c09d804055b6491dfbb654c8d3 (patch)
treed8b02ba404993ed70816e59cd8e130b8b36c8adf /module/plugins/accounts/MyfastfileCom.py
parentAdd __license__ key attribute to plugins (diff)
downloadpyload-332c248d0860c8c09d804055b6491dfbb654c8d3.tar.xz
Newline cosmetics
Diffstat (limited to 'module/plugins/accounts/MyfastfileCom.py')
-rw-r--r--module/plugins/accounts/MyfastfileCom.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/accounts/MyfastfileCom.py b/module/plugins/accounts/MyfastfileCom.py
index 06e89c0c1..965b10e78 100644
--- a/module/plugins/accounts/MyfastfileCom.py
+++ b/module/plugins/accounts/MyfastfileCom.py
@@ -2,14 +2,15 @@
from time import time
-from module.plugins.Account import Account
from module.common.json_layer import json_loads
+from module.plugins.Account import Account
class MyfastfileCom(Account):
__name__ = "MyfastfileCom"
__type__ = "account"
__version__ = "0.02"
+
__description__ = """Myfastfile.com account plugin"""
__license__ = "GPLv3"
__authors__ = [("stickell", "l.stickell@yahoo.it")]