[deprecation] remove 3.8 deprecation warning stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Jul 2010 17:22:10 +0200
branchstable
changeset 5996 c87bc42437f1
parent 5995 b9c612274af7
child 5997 2d15ddbfa2d8
[deprecation] remove 3.8 deprecation warning
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 <http://www.gnu.org/licenses/>.
-"""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