--- 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
--- 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 <http://www.gnu.org/licenses/>.
-"""user authentication component
+"""user authentication component"""
-"""
from __future__ import with_statement
__docformat__ = "restructuredtext en"