test/data/uppered_rtype.py
author Julien Jehannet <julien.jehannet@logilab.fr>
Wed, 03 Aug 2011 13:28:06 +0200
branchstable
changeset 7733 432e1f0d4857
parent 6873 2db631a3f205
permissions -rw-r--r--
[schema] use definition for `use_email` relation instead of type declaration (closes: #1894929) This will be more adaptable for other existent `use_relastion` as the one in the cube Person.


from yams.buildobjs import RelationDefinition

class ARelation(RelationDefinition):
    subject = 'CWUser'
    object = 'CWGroup'