summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-30 01:08:22 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-03-30 01:08:22 +0200
commitd15eb15645a91185a0eef553653df19e1e3858ff (patch)
tree63f93fd5b64e1ef51f923a98b1c36489ad607b1a /module/plugins/internal
parent[UlozTo] Fix https://github.com/pyload/pyload/issues/1300 (diff)
downloadpyload-d15eb15645a91185a0eef553653df19e1e3858ff.tar.xz
[GoogledriveCom] Fix handleDirect
Diffstat (limited to 'module/plugins/internal')
-rw-r--r--module/plugins/internal/SimpleCrypter.py2
-rw-r--r--module/plugins/internal/SimpleHoster.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py
index 9946bb115..892144ef4 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -20,7 +20,7 @@ class SimpleCrypter(Crypter, SimpleHoster):
__description__ = """Simple decrypter plugin"""
__license__ = "GPLv3"
- __authors__ = [("Walter Purcaro", "vuolter@gmail.com" )]
+ __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
"""
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index bcdd1cbef..f9a273d5e 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -253,7 +253,7 @@ class SimpleHoster(Hoster):
__description__ = """Simple hoster plugin"""
__license__ = "GPLv3"
- __authors__ = [("Walter Purcaro", "vuolter@gmail.com" )]
+ __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
"""