--- a/web/views/actions.py Fri Sep 11 18:01:36 2015 +0200
+++ b/web/views/actions.py Fri Sep 11 18:05:38 2015 +0200
@@ -18,7 +18,7 @@
"""Set of HTML base actions"""
__docformat__ = "restructuredtext en"
-_ = unicode
+from cubicweb import _
from warnings import warn