test/data/lowered_etype.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 21 Jan 2011 13:07:10 +0100
branchstable
changeset 6873 2db631a3f205
permissions -rw-r--r--
[schema test] fix tests broken by 6861:9d4e11d6e783 (missing data files and not removed deprecated/broken test)


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass