diff options
author | 2014-10-03 21:20:20 +0200 | |
---|---|---|
committer | 2014-10-03 21:20:20 +0200 | |
commit | f6e5359110f4bd5facc04a98f94acbc41b6e5228 (patch) | |
tree | 1f625724951c1b3a848f96c65708f437807f7190 /pyload/plugins/internal/DeadCrypter.py | |
parent | [UpdateManager] Support new plugins structure (diff) | |
download | pyload-f6e5359110f4bd5facc04a98f94acbc41b6e5228.tar.xz |
Update pyload to the new plugins structure
Diffstat (limited to 'pyload/plugins/internal/DeadCrypter.py')
-rw-r--r-- | pyload/plugins/internal/DeadCrypter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/internal/DeadCrypter.py b/pyload/plugins/internal/DeadCrypter.py index c9e1eded1..2d4dfc7e6 100644 --- a/pyload/plugins/internal/DeadCrypter.py +++ b/pyload/plugins/internal/DeadCrypter.py @@ -10,7 +10,7 @@ class DeadCrypter(_Crypter): __pattern__ = None - __description__ = """ Crypter is no longer available """ + __description__ = """Crypter is no longer available""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" |