diff --git a/schema.py b/schema.py index 028c5ab4718d675506455d1dc7d02e09488cee1d_c2NoZW1hLnB5..c71a92d582477df6eabe2b62bb62362dd6b122ee_c2NoZW1hLnB5 100644 --- a/schema.py +++ b/schema.py @@ -1,6 +1,6 @@ """ :organization: Logilab -:copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ from yams.buildobjs import EntityType, RelationType, SubjectRelation @@ -22,7 +22,6 @@ comments = SubjectRelation('Comment', cardinality='1*', composite='object') class comments(RelationType): - __permissions__ = { 'read': ('managers', 'users', 'guests'), 'add': ('managers', 'users',), diff --git a/views.py b/views.py index 028c5ab4718d675506455d1dc7d02e09488cee1d_dmlld3MucHk=..c71a92d582477df6eabe2b62bb62362dd6b122ee_dmlld3MucHk= 100644 --- a/views.py +++ b/views.py @@ -1,7 +1,7 @@ """Specific views and actions for application using the Comment entity type :organization: Logilab -:copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en"