branch | 3.5 |
changeset 3051 | 2e28226e7de4 |
parent 3045 | 82e0b12054a8 |
child 3072 | 6fb42c53f6df |
child 3110 | 757d36162235 |
--- a/sobjects/notification.py Fri Aug 28 14:15:36 2009 +0200 +++ b/sobjects/notification.py Fri Aug 28 14:20:34 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):