# HG changeset patch # User Sylvain Thénault # Date 1316174477 -7200 # Node ID 02e141e41da23f51bb2eaf72e823bd998460b3f1 # Parent d0bf71aff4a121dac04eaed8738971c8c8624ec3 some minor cleanups diff -r d0bf71aff4a1 -r 02e141e41da2 entity.py --- a/entity.py Fri Sep 16 13:56:00 2011 +0200 +++ b/entity.py Fri Sep 16 14:01:17 2011 +0200 @@ -269,7 +269,7 @@ if len(targettypes) > 1: # find fetch_attrs common to all destination types fetchattrs = vreg['etypes'].fetch_attrs(targettypes) - # .. and handle ambiguous relations + # ... and handle ambiguous relations cls._fetch_ambiguous_rtypes(select, var, fetchattrs, targettypes, vreg.schema) else: diff -r d0bf71aff4a1 -r 02e141e41da2 web/test/unittest_urlrewrite.py --- a/web/test/unittest_urlrewrite.py Fri Sep 16 13:56:00 2011 +0200 +++ b/web/test/unittest_urlrewrite.py Fri Sep 16 14:01:17 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. @@ -15,9 +15,6 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -""" - -""" from logilab.common.testlib import TestCase, unittest_main from cubicweb.devtools.testlib import CubicWebTC