diff -r 18ce47d4a17f -r 7e8c6a7e013e web/captcha.py --- a/web/captcha.py Thu Sep 22 10:04:20 2011 +0200 +++ b/web/captcha.py Thu Sep 22 15:54:57 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -17,8 +17,8 @@ # with CubicWeb. If not, see . """Simple captcha library, based on PIL. Monkey patch functions in this module if you want something better... +""" -""" __docformat__ = "restructuredtext en" from random import randint, choice