oops, that fix should be done in stable as well stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 02 Sep 2009 09:17:23 +0200
branchstable
changeset 3081 f7e41995a18b
parent 3078 186ccbe0ba3f
child 3082 99ab33abf414
child 3093 12a69f7f963b
oops, that fix should be done in stable as well
sobjects/notification.py
--- a/sobjects/notification.py	Tue Sep 01 18:05:35 2009 +0200
+++ b/sobjects/notification.py	Wed Sep 02 09:17:23 2009 +0200
@@ -21,7 +21,7 @@
 from cubicweb.server.hookhelper import SendMailOp
 from cubicweb.server.hooksmanager import Hook
 
-parse_message_id = deprecated('parse_message_id is now defined in cubicweb.common.mail')
+parse_message_id = deprecated('parse_message_id is now defined in cubicweb.common.mail')(parse_message_id)
 
 
 class RecipientsFinder(Component):