[hooks/test] don't rely on RelationDefinition implicitly
Its presence in globals is deprecated and going away.
--- 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 <http://www.gnu.org/licenses/>.
-from yams.buildobjs import EntityType, String, Int, SubjectRelation
+from yams.buildobjs import EntityType, String, Int, SubjectRelation, RelationDefinition
THISYEAR = 2014