server/hooksmanager.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 14 Aug 2009 14:31:25 +0200
changeset 2847 c2ee28f4d4b1
parent 2835 04034421b072
child 2968 0e3460341023
permissions -rw-r--r--
use ._cw instead of .cw_req

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