server/schemahooks.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 1990 59507a12a7f4
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     4 - perform physical update on the source when necessary
     4 - perform physical update on the source when necessary
     5 
     5 
     6 checking for schema consistency is done in hooks.py
     6 checking for schema consistency is done in hooks.py
     7 
     7 
     8 :organization: Logilab
     8 :organization: Logilab
     9 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     9 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    10 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    10 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    11 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    11 """
    12 """
    12 __docformat__ = "restructuredtext en"
    13 __docformat__ = "restructuredtext en"
    13 
    14 
    14 from yams.schema import BASE_TYPES
    15 from yams.schema import BASE_TYPES
    15 from yams.buildobjs import EntityType, RelationType, RelationDefinition
    16 from yams.buildobjs import EntityType, RelationType, RelationDefinition