cubicweb/server/test/data-schema2sql/schema/Company.py
changeset 12508 a8c1ea390400
parent 11057 0b59724cb3f2
--- a/cubicweb/server/test/data-schema2sql/schema/Company.py	Thu Mar 14 14:45:35 2019 +0100
+++ b/cubicweb/server/test/data-schema2sql/schema/Company.py	Thu Mar 14 12:08:37 2019 +0100
@@ -18,6 +18,8 @@
 from yams.buildobjs import EntityType, RelationType, RelationDefinition, \
      SubjectRelation, String
 
+from cubicweb import _
+
 class Company(EntityType):
     name = String()