test/data/uppered_rtype.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 23 Oct 2012 12:12:22 +0200
branchstable
changeset 8589 ee9ecfccc3e8
parent 6873 2db631a3f205
permissions -rw-r--r--
[ldapfeed] move docstring to the class instead of the module


from yams.buildobjs import RelationDefinition

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