author | sylvain.thenault@logilab.fr |
Fri, 24 Apr 2009 16:48:38 +0200 | |
branch | tls-sprint |
changeset 1476 | f94b41709ce6 |
parent 1475 | 5c1ec97f317e |
child 1477 | b056a49c16dc |
--- a/test/data/schema.py Fri Apr 24 16:22:57 2009 +0200 +++ b/test/data/schema.py Fri Apr 24 16:48:38 2009 +0200 @@ -5,11 +5,11 @@ travaille = SubjectRelation('Societe') evaluee = SubjectRelation(('Note', 'Personne')) connait = SubjectRelation('Personne', symetric=True) - + class Societe(EntityType): nom = String() evaluee = SubjectRelation('Note') - + class Note(EntityType): type = String() ecrit_par = SubjectRelation('Personne')