test/data/lowered_etype.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 05 Sep 2011 16:48:37 +0200
branchstable
changeset 7756 98e34ae4cf89
parent 6873 2db631a3f205
permissions -rw-r--r--
[form fields doc] explain when field.role should be None


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass