Import words.py from the same dir

This commit is contained in:
piernov
2015-02-28 22:17:00 +01:00
parent 385971456e
commit a99cc12567
+1 -1
View File
@@ -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):