diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:20:20 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:20:20 +0200 |
commit | f6e5359110f4bd5facc04a98f94acbc41b6e5228 (patch) | |
tree | 1f625724951c1b3a848f96c65708f437807f7190 /pyload/plugins/account | |
parent | [UpdateManager] Support new plugins structure (diff) | |
download | pyload-f6e5359110f4bd5facc04a98f94acbc41b6e5228.tar.xz |
Update pyload to the new plugins structure
Diffstat (limited to 'pyload/plugins/account')
-rw-r--r-- | pyload/plugins/account/TusfilesNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/account/TusfilesNet.py b/pyload/plugins/account/TusfilesNet.py index c4d912022..b00770a59 100644 --- a/pyload/plugins/account/TusfilesNet.py +++ b/pyload/plugins/account/TusfilesNet.py @@ -14,7 +14,7 @@ class TusfilesNet(Account): __type__ = "account" __version__ = "0.01" - __description__ = """ Tusfile.net account plugin """ + __description__ = """Tusfile.net account plugin""" __author_name__ = "guidobelix" __author_mail__ = "guidobelix@hotmail.it" |