# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1266330718 -3600 # Tue Feb 16 15:31:58 2010 +0100 # Branch stable # Node ID c71a92d582477df6eabe2b62bb62362dd6b122ee # Parent 028c5ab4718d675506455d1dc7d02e09488cee1d copyright update diff --git a/schema.py b/schema.py --- 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 --- 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"