server/hook.py
changeset 3195 a6f1daddfe8a
parent 3090 8184bec7414d
child 3376 f5c69485381f
child 3394 51a25bdd7bdc
--- 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: