sobjects/notification.py
branchstable
changeset 2101 08003e0354a7
parent 1977 606923dff11b
child 2102 268659907769
--- a/sobjects/notification.py	Thu Jun 11 19:04:20 2009 +0200
+++ b/sobjects/notification.py	Thu Jun 11 19:07:47 2009 +0200
@@ -6,6 +6,7 @@
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
 __docformat__ = "restructuredtext en"
+_ = unicode
 
 from base64 import b64encode, b64decode
 from itertools import repeat
@@ -28,7 +29,6 @@
 from cubicweb.server.hookhelper import SendMailOp
 from cubicweb.server.hooksmanager import Hook
 
-_ = unicode
 
 class RecipientsFinder(Component):
     """this component is responsible to find recipients of a notification