schemas/Bookmark.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2094 59a4e9f4f57a
child 2140 1cba3393ba01
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
       
     1 """
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     1 
     8 
     2 class Bookmark(MetaUserEntityType):
     9 class Bookmark(MetaUserEntityType):
     3     """define an entity type, used to build the application schema"""
    10     """define an entity type, used to build the application schema"""
     4     title = String(required=True, maxsize=128)
    11     title = String(required=True, maxsize=128)
     5     path  = String(maxsize=512, required=True,
    12     path  = String(maxsize=512, required=True,