test/data/uppered_rtype.py
author pierre-yves
Tue, 14 May 2013 00:36:43 +0200
changeset 9021 d8806996ac01
parent 6873 2db631a3f205
permissions -rw-r--r--
[connection] add logging method on connection If we are to use this object like we currently do with session, we need to have the logging method as a lot of code use them.


from yams.buildobjs import RelationDefinition

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