server/test/data/config2/application_hooks.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 28 May 2009 09:20:07 +0200
changeset 1977 606923dff11b
parent 0 b97547f5f1fa
permissions -rw-r--r--
big bunch of copyright / docstring update

"""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]}}