web/views/xmlrss.py
branchstable
changeset 1882 ce662160bb46
parent 1733 94c36d679454
child 1977 606923dff11b
--- a/web/views/xmlrss.py	Wed May 20 14:19:48 2009 +0200
+++ b/web/views/xmlrss.py	Wed May 20 14:19:53 2009 +0200
@@ -5,6 +5,7 @@
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
 __docformat__ = "restructuredtext en"
+_ = unicode
 
 from time import timezone
 
@@ -17,8 +18,6 @@
 from cubicweb.web.box import BoxTemplate
 from cubicweb.common.uilib import simple_sgml_tag
 
-_ = unicode
-
 
 # base xml views ##############################################################