diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-30 22:24:20 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-30 22:24:20 +0100 |
commit | 851011df889369cac5e4c91928be7e1a498f9ab8 (patch) | |
tree | 7138701c93ef2514c47419342e3428d270091d53 /module/plugins/internal/DeadCrypter.py | |
parent | fixed import in ExternalScripts (diff) | |
parent | TurbobitNet: fixed #421 (diff) | |
download | pyload-851011df889369cac5e4c91928be7e1a498f9ab8.tar.xz |
Merge branch 'stable' of github.com:pyload/pyload into stable
Diffstat (limited to 'module/plugins/internal/DeadCrypter.py')
-rw-r--r-- | module/plugins/internal/DeadCrypter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/DeadCrypter.py b/module/plugins/internal/DeadCrypter.py index 805f781af..51e24a00a 100644 --- a/module/plugins/internal/DeadCrypter.py +++ b/module/plugins/internal/DeadCrypter.py @@ -9,6 +9,6 @@ class DeadCrypter(_Crypter): __description__ = """Crypter is no longer available""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") - + def setup(self): self.fail("Crypter is no longer available") |