diff options
author | 2014-05-19 14:04:58 +0200 | |
---|---|---|
committer | 2014-06-28 03:03:01 +0200 | |
commit | 171904c1bf41c0444d1dde283ceb2f820bce75ea (patch) | |
tree | d6ac52600d2902671c6c8668b13cb9dd2d89c101 /module/plugins/captcha/LinksaveIn.py | |
parent | Fixed just_header HEAD request issue. (diff) | |
download | pyload-171904c1bf41c0444d1dde283ceb2f820bce75ea.tar.xz |
Porting to Pillow
Diffstat (limited to 'module/plugins/captcha/LinksaveIn.py')
-rw-r--r-- | module/plugins/captcha/LinksaveIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |