cubicweb/test/data/lowered_etype.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 06 Oct 2016 12:15:43 +0200
changeset 11710 dd5df5fe7137
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[config] Exclude "pyramid" cube when initializing application cubes Related to #14023058.


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass