From 4c2c69c766b9cda1a27375f6b632f995e422ad8e Mon Sep 17 00:00:00 2001 From: Alejandro Navarro Date: Thu, 14 Jan 2016 22:39:31 +0100 Subject: Fixes #2294 --- module/plugins/hoster/MegaCoNz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/hoster/MegaCoNz.py b/module/plugins/hoster/MegaCoNz.py index cbcb70394..11bbf05fb 100644 --- a/module/plugins/hoster/MegaCoNz.py +++ b/module/plugins/hoster/MegaCoNz.py @@ -12,7 +12,7 @@ import Crypto.Util from module.plugins.internal.Hoster import Hoster from module.plugins.internal.misc import decode, encode, json - +from base64 import standard_b64decode ############################ General errors ################################### # EINTERNAL (-1): An internal error has occurred. Please submit a bug report, detailing the exact circumstances in which this error occurred -- cgit v1.2.3