sobjects/notification.py
branchstable
changeset 6807 7330d1fa02dd
parent 5556 9ab2b4c74baf
child 7879 9aae456abab5
--- a/sobjects/notification.py	Tue Nov 09 17:19:39 2010 +0100
+++ b/sobjects/notification.py	Tue Jan 11 17:08:52 2011 +0100
@@ -27,7 +27,7 @@
 
 from cubicweb.selectors import yes
 from cubicweb.view import Component
-from cubicweb.mail import NotificationView, SkipEmail
+from cubicweb.mail import NotificationView as BaseNotificationView, SkipEmail
 from cubicweb.server.hook import SendMailOp
 
 
@@ -59,7 +59,7 @@
 
 # abstract or deactivated notification views and mixin ########################
 
-class NotificationView(NotificationView):
+class NotificationView(BaseNotificationView):
     """overriden to delay actual sending of mails to a commit operation by
     default
     """