cubicweb/test/data/uppered_rtype.py
author Laurent Peuch <cortex@worlddomination.be>
Thu, 05 Dec 2019 18:39:09 +0100
changeset 12807 fb0936668535
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[comment] add comment for maybe unhandled situation


from yams.buildobjs import RelationDefinition

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