# HG changeset patch # User Sylvain Thénault # Date 1279552930 -7200 # Node ID c87bc42437f1e48e4aa8755239f959e3777f440d # Parent b9c612274af7aed882652eac0071ff47ef8e9809 [deprecation] remove 3.8 deprecation warning diff -r b9c612274af7 -r c87bc42437f1 web/views/editviews.py --- a/web/views/editviews.py Mon Jul 19 16:46:42 2010 +0200 +++ b/web/views/editviews.py Mon Jul 19 17:22:10 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 . -"""Some views used to help to the edition process +"""Some views used to help to the edition process""" -""" __docformat__ = "restructuredtext en" _ = unicode @@ -62,7 +61,7 @@ rql, args = entity.cw_unrelated_rql(rtype, etype, role, ordermethod='fetch_order', vocabconstraints=False) - rset = self._cw.execute(rql, args, tuple(args)) + rset = self._cw.execute(rql, args) return rset, 'list', "search-associate-content", True