entities/test/data/schema.py
author sylvain.thenault@logilab.fr
Tue, 17 Feb 2009 21:42:06 +0100
branchtls-sprint
changeset 694 520661be60e4
parent 0 b97547f5f1fa
child 1977 606923dff11b
permissions -rw-r--r--
kill kick_registerer (actually moved to asteretud), fix _accepts_interface w/ new implements selector

class Company(EntityType):
    name = String()

class Division(Company):
    __specializes_schema__ = True

class SubDivision(Division):
    __specializes_schema__ = True