--- a/web/views/tabs.py Fri Sep 11 18:01:36 2015 +0200
+++ b/web/views/tabs.py Fri Sep 11 18:05:38 2015 +0200
@@ -18,7 +18,7 @@
"""base classes to handle tabbed views"""
__docformat__ = "restructuredtext en"
-_ = unicode
+from cubicweb import _
from six import string_types