[sobjects] missing import stable
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 06 Oct 2009 15:56:10 -0700
branchstable
changeset 3580 e270358f68cc
parent 3579 ebeb1ae451b7
child 3581 669854258b90
[sobjects] missing import
sobjects/notification.py
--- a/sobjects/notification.py	Tue Oct 06 14:12:56 2009 -0700
+++ b/sobjects/notification.py	Tue Oct 06 15:56:10 2009 -0700
@@ -16,7 +16,7 @@
 from cubicweb import RegistryException
 from cubicweb.selectors import implements, yes
 from cubicweb.view import Component
-from cubicweb.common.mail import NotificationView, parse_message_id
+from cubicweb.common.mail import NotificationView, parse_message_id, SkipEmail
 from cubicweb.server.pool import PreCommitOperation, SingleLastOperation
 from cubicweb.server.hookhelper import SendMailOp
 from cubicweb.server.hooksmanager import Hook