hooks/__init__.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 21 Dec 2009 19:18:49 +0100
changeset 4156 1bbb0ee42c8e
parent 2835 04034421b072
child 4913 083b4d454192
permissions -rw-r--r--
drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2835
04034421b072 [hooks] major refactoring:
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
"""core hooks"""