[form] remove double property call stable
authorStephanie Marcu <stephanie.marcu@logilab.fr>
Tue, 01 Jun 2010 08:35:09 +0200
branchstable
changeset 5612 177a9a059717
parent 5610 91b0f118328a
child 5613 bc0ebfbf5c5d
[form] remove double property call
web/views/autoform.py
--- a/web/views/autoform.py	Sun May 30 02:03:54 2010 +0200
+++ b/web/views/autoform.py	Tue Jun 01 08:35:09 2010 +0200
@@ -648,7 +648,6 @@
     _default_form_action_path = 'validateform'
 
     # pre 3.8.3 compat
-    @property
     def set_action(self, action):
         self._action = action
     @deprecated('[3.9] use form.form_action()')