From a88d976e387c36eb44461c627dee6b3cae4e5cd3 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 20 Jul 2014 03:18:44 +0200 Subject: Fix captcha import bug introduced in 48c0c42fd6faffc56432d5f037cd575979f180cc --- module/plugins/captcha/LinksaveIn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/captcha/LinksaveIn.py') diff --git a/module/plugins/captcha/LinksaveIn.py b/module/plugins/captcha/LinksaveIn.py index 383c4b906..12879db1f 100644 --- a/module/plugins/captcha/LinksaveIn.py +++ b/module/plugins/captcha/LinksaveIn.py @@ -5,7 +5,7 @@ from glob import glob from os import sep from os.path import abspath, dirname -from module.plugins.OCR import OCR +from captcha import OCR class LinksaveIn(OCR): -- cgit v1.2.3