web/views/cwuser.py
changeset 10666 7f6b5f023884
parent 10609 e2d8e81bfe68
child 10742 8be1204cabdb
--- a/web/views/cwuser.py	Fri Sep 11 18:01:36 2015 +0200
+++ b/web/views/cwuser.py	Fri Sep 11 18:05:38 2015 +0200
@@ -18,7 +18,7 @@
 """Specific views for users and groups"""
 
 __docformat__ = "restructuredtext en"
-_ = unicode
+from cubicweb import _
 
 from hashlib import sha1 # pylint: disable=E0611