cubicweb/hooks/test/data-computed/schema.py
changeset 12508 a8c1ea390400
parent 11057 0b59724cb3f2
--- a/cubicweb/hooks/test/data-computed/schema.py	Thu Mar 14 14:45:35 2019 +0100
+++ b/cubicweb/hooks/test/data-computed/schema.py	Thu Mar 14 12:08:37 2019 +0100
@@ -17,6 +17,8 @@
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 from yams.buildobjs import EntityType, String, Int, SubjectRelation, RelationDefinition
 
+from cubicweb import _
+
 THISYEAR = 2014
 
 class Person(EntityType):