server/hooksmanager.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Sun, 16 Aug 2009 20:42:33 +0200
changeset 2869 0cb160fd3cdf
parent 2835 04034421b072
child 2968 0e3460341023
permissions -rw-r--r--
backport stable branch

from logilab.common.deprecation import class_renamed, class_moved
from cubicweb.server.hook import Hook
SystemHook = class_renamed('SystemHook', Hook)
Hook = class_moved(Hook)