server/test/data/config2/application_hooks.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 29 Jul 2009 10:43:30 +0200
changeset 2558 81c8b5312f9c
parent 1977 606923dff11b
permissions -rw-r--r--
move test on force-html-content-type to xhtml_browser method

"""hooks for config2

 Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE).
 http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""

HOOKS = {"after_delete_relation" : {"todo_by" : [lambda: 1]}}