schemas/Bookmark.py
branchtls-sprint
changeset 1802 d628defebc17
parent 1398 5fe84a5f7035
child 1977 606923dff11b
--- a/schemas/Bookmark.py	Thu May 14 10:24:56 2009 +0200
+++ b/schemas/Bookmark.py	Thu May 14 11:38:40 2009 +0200
@@ -4,10 +4,10 @@
     title = String(required=True, maxsize=128)
     path  = String(maxsize=512, required=True,
                    description=_("relative url of the bookmarked page"))
-    
+
     bookmarked_by = SubjectRelation('CWUser',
                                     description=_("users using this bookmark"))
-    
+
 
 class bookmarked_by(MetaUserRelationType):
     permissions = {'read':   ('managers', 'users', 'guests',),