test/data/lowered_etype.py
author Florent Cayré <florent.cayre@gmail.com>
Thu, 15 Sep 2011 16:40:52 +0200
changeset 7794 aed065b97f12
parent 6873 2db631a3f205
permissions -rw-r--r--
refactor entity fetch_rql method to use a RQL syntax tree instead of RQL strings ; closes #1585650


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass