From a25b832579bf28549c9a8e7596b7c192f07c3906 Mon Sep 17 00:00:00 2001 From: Nitzo Date: Sat, 30 Jan 2016 02:04:11 +0200 Subject: [MegaCoNz] Fix import error --- module/plugins/hoster/MegaCoNz.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module') diff --git a/module/plugins/hoster/MegaCoNz.py b/module/plugins/hoster/MegaCoNz.py index b2615f1da..1fd430e83 100644 --- a/module/plugins/hoster/MegaCoNz.py +++ b/module/plugins/hoster/MegaCoNz.py @@ -6,8 +6,8 @@ import os import random import re -import Crypto.Cipher -import Crypto.Util +import Crypto.Cipher.AES +import Crypto.Util.Counter # import pycurl from module.plugins.internal.Hoster import Hoster @@ -46,7 +46,7 @@ from module.plugins.internal.misc import decode, encode, json class MegaCoNz(Hoster): __name__ = "MegaCoNz" __type__ = "hoster" - __version__ = "0.36" + __version__ = "0.37" __status__ = "testing" __pattern__ = r'(https?://(?:www\.)?mega(\.co)?\.nz/|mega:|chrome:.+?)#(?PN|)!(?P[\w^_]+)!(?P[\w\-,]+)' -- cgit v1.2.3