sobjects/test/data/schema.py
author sylvain.thenault@logilab.fr
Tue, 28 Apr 2009 10:11:08 +0200
branchtls-sprint
changeset 1493 8270580b65a0
parent 0 b97547f5f1fa
child 1977 606923dff11b
permissions -rw-r--r--
delete-trailing-whitespaces

class comments(RelationDefinition):
    subject = 'Comment'
    object = 'Card'
    cardinality='1*'
    composite='object'