test/data/lowered_etype.py
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 20 Jul 2012 09:31:15 +0200
branchstable
changeset 8476 864a92b10cb8
parent 6873 2db631a3f205
permissions -rw-r--r--
[book] Some tweaks to fix cubicweb-documentation package generation - Fix up PYTHONPATH setting to make sure sphinx can find cubicweb modules - Add a few missing build-dependencies


from yams.buildobjs import EntityType

class my_etype(EntityType):
    pass