changeset 4467 | 0e73d299730a |
parent 4212 | ab6573088b4a |
child 5421 | 8167de96c523 |
--- a/test/data/schema.py Fri Feb 05 11:54:23 2010 +0100 +++ b/test/data/schema.py Fri Feb 05 11:56:57 2010 +0100 @@ -14,7 +14,7 @@ type = String() travaille = SubjectRelation('Societe') evaluee = SubjectRelation(('Note', 'Personne')) - connait = SubjectRelation('Personne', symetric=True) + connait = SubjectRelation('Personne', symmetric=True) class Societe(EntityType): nom = String()