test/data/uppered_rtype.py
author Christophe de Vienne <christophe@unlish.com>
Tue, 09 Dec 2014 15:18:58 +0100
changeset 10113 e1e8df594d58
parent 6873 2db631a3f205
permissions -rw-r--r--
[doc] Add BigInt to the list of built-in types


from yams.buildobjs import RelationDefinition

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