diff options
Diffstat (limited to 'module/plugins/accounts/TusfilesNet.py')
-rw-r--r-- | module/plugins/accounts/TusfilesNet.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/accounts/TusfilesNet.py b/module/plugins/accounts/TusfilesNet.py index 279dfd00a..18e7b0b57 100644 --- a/module/plugins/accounts/TusfilesNet.py +++ b/module/plugins/accounts/TusfilesNet.py @@ -1,8 +1,7 @@ # -*- coding: utf-8 -*- import re - -from time import mktime, strptime, gmtime +import time from module.plugins.internal.XFSAccount import XFSAccount @@ -12,7 +11,7 @@ class TusfilesNet(XFSAccount): __type__ = "account" __version__ = "0.06" - __description__ = """ Tusfile.net account plugin """ + __description__ = """Tusfile.net account plugin""" __license__ = "GPLv3" __authors__ = [("guidobelix", "guidobelix@hotmail.it")] |