cubicweb/test/data/uppered_rtype.py
author julien tayon <julien.tayon@logilab.fr>
Tue, 04 Jun 2019 09:35:47 +0200
changeset 12638 8466a6dd474e
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[py3] changing unicode to str py2 support being dropped, passing the code in full py3 str/bytes syntax


from yams.buildobjs import RelationDefinition

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