doc/tutorials/dataimport/schema.py
changeset 8930 6a02be304486
parent 8836 8a57802d40d3
child 9702 c2108dbfb508
equal deleted inserted replaced
8929:b747f2532e03 8930:6a02be304486
    16 # with this program. If not, see <http://www.gnu.org/licenses/>.
    16 # with this program. If not, see <http://www.gnu.org/licenses/>.
    17 
    17 
    18 """cubicweb-diseasome schema"""
    18 """cubicweb-diseasome schema"""
    19 
    19 
    20 from yams.buildobjs import EntityType, SubjectRelation, String, Int
    20 from yams.buildobjs import EntityType, SubjectRelation, String, Int
    21 from cubicweb.schemas.base import ExternalUri
       
    22 
    21 
    23 
    22 
    24 class Disease(EntityType):
    23 class Disease(EntityType):
    25     """Disease entity definition.
    24     """Disease entity definition.
    26 
    25