[forms] a note (understanding the cause would be nice) tls-sprint
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 24 Feb 2009 16:24:22 +0100
branchtls-sprint
changeset 944 e9da555f19c5
parent 943 9fdfa8d38359
child 945 912b604f0e42
[forms] a note (understanding the cause would be nice)
web/form.py
--- a/web/form.py	Tue Feb 24 16:12:19 2009 +0100
+++ b/web/form.py	Tue Feb 24 16:24:22 2009 +0100
@@ -38,7 +38,8 @@
 
 
 class FormMixIn(object):
-    """abstract form mix-in"""
+    """abstract form mix-in
+    XXX: you should inherit from this FIRST (obscure pb with super call)"""
     category = 'form'
     controller = 'edit'
     domid = 'entityForm'