From a99cc1256794aeffb6f06eb758ad942b937129fa Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 28 Feb 2015 22:17:00 +0100 Subject: [PATCH] Import words.py from the same dir --- jm2l/captcha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jm2l/captcha.py b/jm2l/captcha.py index bebc8bb..65ab5db 100644 --- a/jm2l/captcha.py +++ b/jm2l/captcha.py @@ -6,7 +6,7 @@ from PIL import Image, ImageDraw, ImageFont, ImageFilter import StringIO import math from pyramid.view import view_config -from words import TabMots +from .words import TabMots from pyramid.response import Response class Captcha_Img(object):