author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Mon, 14 Sep 2009 08:34:11 +0200 | |
changeset 3195 | a6f1daddfe8a |
parent 3185 | bd0126d17e83 |
child 3199 | fc63b80ec979 |
server/hook.py | file | annotate | diff | comparison | revisions |
--- a/server/hook.py Fri Sep 11 15:57:34 2009 +0200 +++ b/server/hook.py Mon Sep 14 08:34:11 2009 +0200 @@ -166,7 +166,7 @@ def __call__(self): if hasattr(self, 'call'): warn('[3.6] %s: call is deprecated, implements __call__' % self.__class__, - DeprecationWarning)) + DeprecationWarning) if self.event.endswith('_relation'): self.call(self._cw, self.eidfrom, self.rtype, self.eidto) elif 'delete' in self.event: