test/data/lowered_etype.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Sep 2011 16:12:33 +0200
changeset 7829 58f696c0f5b3
parent 6873 2db631a3f205
permissions -rw-r--r--
[cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782) also fix some pitfalls on the way: * shouldn't capitalize labels, this has to be done in translation files as desired * form_row in CWProperties form didn't return subform as its parent class


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass