comparison pycaptcha/Captcha/Visual/__init__.py @ 87:4775b4195b4b

code pour la generation de captchas
author goldfinger
date Thu, 11 Feb 2010 05:09:46 -0500
parents
children
comparison
equal deleted inserted replaced
86:b3d76ebf2fac 87:4775b4195b4b
1 """ Captcha.Visual
2
3 This package contains functionality specific to visual CAPTCHA tests.
4
5 """
6 #
7 # PyCAPTCHA Package
8 # Copyright (C) 2004 Micah Dowty <micah@navi.cx>
9 #
10
11 # Convenience imports
12 from Base import *
13
14 ### The End ###