test/data/uppered_rtype.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 02 Apr 2013 15:11:41 +0200
branchstable
changeset 8839 49eb84b80b96
parent 6873 2db631a3f205
permissions -rw-r--r--
[service] split session retrieval and service execution Internal session are not tracker by the repository and can not be retrieved using _getsession. Moreover their session id is not unique… Closes #2735700


from yams.buildobjs import RelationDefinition

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