Browse Source

Import words.py from the same dir

master
piernov 9 years ago
parent
commit
a99cc12567
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jm2l/captcha.py

+ 1
- 1
jm2l/captcha.py View File

@@ -6,7 +6,7 @@ from PIL import Image, ImageDraw, ImageFont, ImageFilter
import StringIO import StringIO
import math import math
from pyramid.view import view_config from pyramid.view import view_config
from words import TabMots
from .words import TabMots
from pyramid.response import Response from pyramid.response import Response


class Captcha_Img(object): class Captcha_Img(object):


Loading…
Cancel
Save