diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-08 20:25:22 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-08 20:25:22 +0200 |
commit | 332c248d0860c8c09d804055b6491dfbb654c8d3 (patch) | |
tree | d8b02ba404993ed70816e59cd8e130b8b36c8adf /module/plugins/accounts/MyfastfileCom.py | |
parent | Add __license__ key attribute to plugins (diff) | |
download | pyload-332c248d0860c8c09d804055b6491dfbb654c8d3.tar.xz |
Newline cosmetics
Diffstat (limited to 'module/plugins/accounts/MyfastfileCom.py')
-rw-r--r-- | module/plugins/accounts/MyfastfileCom.py | 3 |
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")] |