web/test/data/schema/testschema.py
branchtls-sprint
changeset 1802 d628defebc17
parent 1398 5fe84a5f7035
child 1836 d3f0c6e868ef
--- a/web/test/data/schema/testschema.py	Thu May 14 10:24:56 2009 +0200
+++ b/web/test/data/schema/testschema.py	Thu May 14 11:38:40 2009 +0200
@@ -1,7 +1,7 @@
 class Salesterm(EntityType):
     described_by_test = SubjectRelation('File', cardinality='1*', composite='subject')
     amount = Int(constraints=[IntervalBoundConstraint(0, 100)])
-    
+
 class tags(RelationDefinition):
     subject = 'Tag'
     object = ('BlogEntry', 'CWUser')