test/data/schema.py
branchtls-sprint
changeset 1476 f94b41709ce6
parent 1398 5fe84a5f7035
child 1977 606923dff11b
--- 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')