diff -r 211472ab15c8 -r a8c1ea390400 cubicweb/hooks/test/data-computed/schema.py --- 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 . from yams.buildobjs import EntityType, String, Int, SubjectRelation, RelationDefinition +from cubicweb import _ + THISYEAR = 2014 class Person(EntityType):