appobject.py
branchstable
changeset 5315 2c23d2fd3b51
parent 5306 763319a51e72
child 5373 24a873060692
child 5421 8167de96c523
--- a/appobject.py	Fri Apr 16 17:00:49 2010 +0200
+++ b/appobject.py	Fri Apr 16 17:37:57 2010 +0200
@@ -35,7 +35,7 @@
     class::
 
         @objectify_selector
-        def one(cls, *args, **kwargs):
+        def one(cls, req, rset=None, **kwargs):
             return 1
 
         class MyView(View):