sobjects/notification.py
changeset 8897 11f7ccd2fa72
parent 8190 2a3c1b787688
child 8931 4b195bd82e8b
--- a/sobjects/notification.py	Mon Apr 22 15:25:04 2013 +0200
+++ b/sobjects/notification.py	Mon Apr 22 17:16:02 2013 +0200
@@ -195,12 +195,3 @@
         entity = self.cw_rset.get_entity(self.cw_row or 0, self.cw_col or 0)
         return  u'%s #%s (%s)' % (self._cw.__('Updated %s' % entity.e_schema),
                                   entity.eid, self.user_data['login'])
-
-
-from cubicweb.hooks.notification import RenderAndSendNotificationView
-from cubicweb.mail import parse_message_id
-
-NormalizedTextView = class_renamed('NormalizedTextView', ContentAddedView)
-RenderAndSendNotificationView = class_moved(RenderAndSendNotificationView)
-parse_message_id = deprecated('parse_message_id is now defined in cubicweb.mail')(parse_message_id)
-