From 22d223c9a94976c4fb1b79420e5646a46874f2a0 Mon Sep 17 00:00:00 2001 From: Nitzo Date: Sat, 5 Mar 2016 23:56:08 +0200 Subject: fix #2373 --- module/plugins/crypter/NCryptIn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/crypter/NCryptIn.py') diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py index d1a2b3bcc..e7690614d 100644 --- a/module/plugins/crypter/NCryptIn.py +++ b/module/plugins/crypter/NCryptIn.py @@ -3,7 +3,7 @@ import binascii import re -import Crypto.Cipher +import Crypto.Cipher.AES from module.plugins.internal.Crypter import Crypter from module.plugins.captcha.ReCaptcha import ReCaptcha @@ -12,7 +12,7 @@ from module.plugins.captcha.ReCaptcha import ReCaptcha class NCryptIn(Crypter): __name__ = "NCryptIn" __type__ = "crypter" - __version__ = "1.40" + __version__ = "1.41" __status__ = "testing" __pattern__ = r'http://(?:www\.)?ncrypt\.in/(?Pfolder|link|frame)-([^/\?]+)' -- cgit v1.2.3