cubicweb/test/data/uppered_rtype.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 22 Mar 2018 13:53:33 +0100
branch3.26
changeset 12283 9bee3134d304
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[pkg] Version 3.26.2


from yams.buildobjs import RelationDefinition

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