From 171904c1bf41c0444d1dde283ceb2f820bce75ea Mon Sep 17 00:00:00 2001 From: Stefano Date: Mon, 19 May 2014 14:04:58 +0200 Subject: Porting to Pillow See #620 and #254 + PEP 8 --- 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 8ce26fbac..a92572fb3 100644 --- a/module/plugins/captcha/LinksaveIn.py +++ b/module/plugins/captcha/LinksaveIn.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- from captcha import OCR -import Image +from PIL import Image from os import sep from os.path import dirname from os.path import abspath -- cgit v1.2.3