sobjects/notification.py
branchstable
changeset 4719 aaed3f813ef8
parent 4252 6c4f109c2b03
child 4835 13b0b96d7982
child 4926 626d31035662
--- a/sobjects/notification.py	Fri Feb 26 13:12:01 2010 +0100
+++ b/sobjects/notification.py	Fri Feb 26 13:19:14 2010 +0100
@@ -11,7 +11,7 @@
 from itertools import repeat
 
 from logilab.common.textutils import normalize_text
-from logilab.common.deprecation import class_renamed, deprecated
+from logilab.common.deprecation import class_renamed, class_moved, deprecated
 
 from cubicweb.selectors import yes
 from cubicweb.view import Component
@@ -183,7 +183,6 @@
                                   entity.eid, self.user_data['login'])
 
 
-from logilab.common.deprecation import class_renamed, class_moved, deprecated
 from cubicweb.hooks.notification import RenderAndSendNotificationView
 from cubicweb.mail import parse_message_id