aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2015-02-28 22:17:00 +0100
committerpiernov <piernov@piernov.org>2015-02-28 22:17:00 +0100
commita99cc1256794aeffb6f06eb758ad942b937129fa (patch)
tree0d6bbb8dc169f9549d5abc1ba5a03a56889cccdf
parent385971456e6cbdab055263d717023c5cb17ab72a (diff)
downloadjm2l-a99cc1256794aeffb6f06eb758ad942b937129fa.tar.gz
jm2l-a99cc1256794aeffb6f06eb758ad942b937129fa.tar.bz2
jm2l-a99cc1256794aeffb6f06eb758ad942b937129fa.tar.xz
jm2l-a99cc1256794aeffb6f06eb758ad942b937129fa.zip
Import words.py from the same dir
-rw-r--r--jm2l/captcha.py2
1 files changed, 1 insertions, 1 deletions
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):