# HG changeset patch # User Sylvain Thénault # Date 1279546469 -7200 # Node ID 5f9a9086c17163429dab737b301299920fcdd79e # Parent 39d031ee4af3d2d62ba3a1e4715f6e420c5cd1f3 cleanup diff -r 39d031ee4af3 -r 5f9a9086c171 rqlrewrite.py --- a/rqlrewrite.py Mon Jul 19 10:51:23 2010 +0200 +++ b/rqlrewrite.py Mon Jul 19 15:34:29 2010 +0200 @@ -19,8 +19,8 @@ tree. This is used for instance for read security checking in the repository. +""" -""" __docformat__ = "restructuredtext en" from rql import nodes as n, stmts, TypeResolverException diff -r 39d031ee4af3 -r 5f9a9086c171 web/views/authentication.py --- a/web/views/authentication.py Mon Jul 19 10:51:23 2010 +0200 +++ b/web/views/authentication.py Mon Jul 19 15:34:29 2010 +0200 @@ -15,9 +15,8 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""user authentication component +"""user authentication component""" -""" from __future__ import with_statement __docformat__ = "restructuredtext en"