test/data/uppered_rtype.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 27 Oct 2011 18:19:00 +0200
changeset 8030 552d85fcb587
parent 6873 2db631a3f205
permissions -rw-r--r--
[uicfg] add uihelper module with high-level helpers (closes #1809414)


from yams.buildobjs import RelationDefinition

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