diff -r 8b0ca7904820 -r 0e73d299730a test/data/schema.py --- 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()