cubicweb/test/data/lowered_etype.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 EntityType

class my_etype(EntityType):
    pass