# HG changeset patch # User Sylvain Thénault # Date 1251875843 -7200 # Node ID f7e41995a18b9d628515a6c9f56489bd9f19678e # Parent 186ccbe0ba3f5bde9501add00e1a8e9bd821f2b5 oops, that fix should be done in stable as well diff -r 186ccbe0ba3f -r f7e41995a18b 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):