web/captcha.py
branchstable
changeset 7825 7e8c6a7e013e
parent 5426 0d4853a6e5ee
child 9772 7d0d622c9bc9
--- 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 <http://www.gnu.org/licenses/>.
 """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