diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-03-08 23:39:59 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-03-08 23:39:59 +0100 |
commit | 6f7002bcc3520c47fafe5122b0e0cbada313887d (patch) | |
tree | 79a92ee4093e2210474dd4b04474efa569e289ea /module/plugins/hooks/Checksum.py | |
parent | Update notify addon (diff) | |
download | pyload-6f7002bcc3520c47fafe5122b0e0cbada313887d.tar.xz |
Whitespace cosmetics
Diffstat (limited to 'module/plugins/hooks/Checksum.py')
-rw-r--r-- | module/plugins/hooks/Checksum.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hooks/Checksum.py b/module/plugins/hooks/Checksum.py index 064375a41..7d08e6552 100644 --- a/module/plugins/hooks/Checksum.py +++ b/module/plugins/hooks/Checksum.py @@ -50,9 +50,9 @@ class Checksum(Hook): __description__ = """Verify downloaded file size and checksum""" __license__ = "GPLv3" - __authors__ = [("zoidberg", "zoidberg@mujmail.cz"), - ("Walter Purcaro", "vuolter@gmail.com"), - ("stickell", "l.stickell@yahoo.it")] + __authors__ = [("zoidberg" , "zoidberg@mujmail.cz"), + ("Walter Purcaro", "vuolter@gmail.com" ), + ("stickell" , "l.stickell@yahoo.it")] methods = {'sfv' : 'crc32', |