test/data/uppered_rtype.py
author Alain Leufroy <alain@leufroy.fr>
Thu, 15 May 2014 23:07:43 +0200
changeset 10105 a1e8816029af
parent 6873 2db631a3f205
permissions -rw-r--r--
[wsgi] add message about the active interface Similarly to what done in "stdlib".


from yams.buildobjs import RelationDefinition

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