# HG changeset patch # User Sylvain Thénault # Date 1251879767 -7200 # Node ID 3084bc9ccc64ea7475de4b0630affe1006dcd72f # Parent 6fb42c53f6dfecc20a1e1bdf653d8fe039309149 wrong merge diff -r 6fb42c53f6df -r 3084bc9ccc64 sobjects/notification.py --- a/sobjects/notification.py Mon Aug 31 19:09:54 2009 +0200 +++ b/sobjects/notification.py Wed Sep 02 10:22:47 2009 +0200 @@ -19,8 +19,6 @@ from cubicweb.common.mail import NotificationView from cubicweb.server.hookhelper import SendMailOp -parse_message_id = deprecated('parse_message_id is now defined in cubicweb.common.mail')(parse_message_id) - class RecipientsFinder(Component): """this component is responsible to find recipients of a notification @@ -126,4 +124,5 @@ NormalizedTextView = class_renamed('NormalizedTextView', ContentAddedView) RenderAndSendNotificationView = class_moved(RenderAndSendNotificationView) -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) +