diff options
| author | 2015-12-14 16:16:10 +0100 | |
|---|---|---|
| committer | 2015-12-27 21:20:55 +0100 | |
| commit | b8387e72fd3e679db00e03ebd3e3863bfbe8584a (patch) | |
| tree | 71ae1fa66d8e0e24a4dd6d4edda118b8a673e8ef /module/plugins/crypter/SexuriaCom.py | |
| parent | [accounts] Strict comparison for numbers (diff) | |
| download | pyload-b8387e72fd3e679db00e03ebd3e3863bfbe8584a.tar.xz | |
[crypters] Remove create_getInfo + minor code cosmetics (w/ strict comparison for numbers)
Diffstat (limited to 'module/plugins/crypter/SexuriaCom.py')
| -rw-r--r-- | module/plugins/crypter/SexuriaCom.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/crypter/SexuriaCom.py b/module/plugins/crypter/SexuriaCom.py index b6b040321..c19f4ffd4 100644 --- a/module/plugins/crypter/SexuriaCom.py +++ b/module/plugins/crypter/SexuriaCom.py @@ -2,7 +2,7 @@ import re -from module.plugins.internal.Crypter import Crypter, create_getInfo +from module.plugins.internal.Crypter import Crypter class SexuriaCom(Crypter): @@ -107,6 +107,3 @@ class SexuriaCom(Crypter): #: All done, return to caller return name, linklist, folder, password - - -getInfo = create_getInfo(SexuriaCom) |
