server/test/data/config2/application_hooks.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 27 May 2009 11:19:37 +0200
branchstable
changeset 1951 f28e7f300d3f
parent 0 b97547f5f1fa
child 1977 606923dff11b
permissions -rw-r--r--
getting a StringIO here was due to lgc.db sqlite adapter bug

"""hooks for config2

 Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE).
 http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""

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