From b8387e72fd3e679db00e03ebd3e3863bfbe8584a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Dec 2015 16:16:10 +0100 Subject: [crypters] Remove create_getInfo + minor code cosmetics (w/ strict comparison for numbers) --- module/plugins/crypter/LixIn.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'module/plugins/crypter/LixIn.py') diff --git a/module/plugins/crypter/LixIn.py b/module/plugins/crypter/LixIn.py index 8342c1e16..9f3036c11 100644 --- a/module/plugins/crypter/LixIn.py +++ b/module/plugins/crypter/LixIn.py @@ -3,7 +3,7 @@ import re import urlparse -from module.plugins.internal.Crypter import Crypter, create_getInfo +from module.plugins.internal.Crypter import Crypter class LixIn(Crypter): @@ -61,6 +61,3 @@ class LixIn(Crypter): else: self.links = [m.group(1)] self.log_debug("Found link %s, adding to package" % self.links[0]) - - -getInfo = create_getInfo(LixIn) -- cgit v1.2.3