diff options
author | 2015-12-27 20:11:56 +0100 | |
---|---|---|
committer | 2015-12-27 22:53:01 +0100 | |
commit | a32ab94ad39f14febf6d0526e368478d829a17c5 (patch) | |
tree | d3b619f210203db1bf6fc08bf5e7d7307fd05dd6 /module/plugins/internal/Crypter.py | |
parent | Update some hosters (diff) | |
download | pyload-a32ab94ad39f14febf6d0526e368478d829a17c5.tar.xz |
[internal] Spare code optimizations and fixes
Diffstat (limited to 'module/plugins/internal/Crypter.py')
-rw-r--r-- | module/plugins/internal/Crypter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Crypter.py b/module/plugins/internal/Crypter.py index b78dadad5..596bbcfb4 100644 --- a/module/plugins/internal/Crypter.py +++ b/module/plugins/internal/Crypter.py @@ -7,7 +7,7 @@ from module.plugins.internal.misc import parse_name, safename class Crypter(Base): __name__ = "Crypter" __type__ = "crypter" - __version__ = "0.15" + __version__ = "0.16" __status__ = "stable" __pattern__ = r'^unmatchable$' |