# HG changeset patch # User Julien Cristau # Date 1435821602 -7200 # Node ID 770b58f99e66964c4ee88534a35480ec426ba032 # Parent b0417cacecd9af73e8c5ce48f5dc93f26eb5460d [hooks/test] don't rely on RelationDefinition implicitly Its presence in globals is deprecated and going away. diff -r b0417cacecd9 -r 770b58f99e66 hooks/test/data-computed/schema.py --- a/hooks/test/data-computed/schema.py Thu Jun 11 16:51:51 2015 +0200 +++ b/hooks/test/data-computed/schema.py Thu Jul 02 09:20:02 2015 +0200 @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -from yams.buildobjs import EntityType, String, Int, SubjectRelation +from yams.buildobjs import EntityType, String, Int, SubjectRelation, RelationDefinition THISYEAR = 2014