test/data/uppered_rtype.py
author Christophe de Vienne <christophe@unlish.com>
Thu, 21 Aug 2014 22:42:48 +0200
changeset 9945 cf5b0d0f5731
parent 6873 2db631a3f205
permissions -rw-r--r--
[wsgi] add the --debug / -D option to the wsgi command


from yams.buildobjs import RelationDefinition

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