[cleanup] stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Sep 2011 15:54:57 +0200
branchstable
changeset 7825 7e8c6a7e013e
parent 7824 18ce47d4a17f
child 7826 65b7ea00bab8
[cleanup]
web/captcha.py
web/uicfg.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 <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
--- a/web/uicfg.py	Thu Sep 22 10:04:20 2011 +0200
+++ b/web/uicfg.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.