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/ShareonlineBiz.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/plugins/captcha/ShareonlineBiz.py') diff --git a/module/plugins/captcha/ShareonlineBiz.py b/module/plugins/captcha/ShareonlineBiz.py index a3fbbed7c..73ec4a7e0 100644 --- a/module/plugins/captcha/ShareonlineBiz.py +++ b/module/plugins/captcha/ShareonlineBiz.py @@ -17,8 +17,7 @@ # ### -from module.plugins.OCR import OCR - +from captcha import OCR class ShareonlineBiz(OCR): -- cgit v1.2.3