aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):