changeset 4003 | b9436fe77c9e |
parent 3890 | d7a270f50f54 |
child 4252 | 6c4f109c2b03 |
--- a/schemas/bootstrap.py Thu Dec 03 17:17:43 2009 +0100 +++ b/schemas/bootstrap.py Mon Dec 07 05:09:09 2009 -0800 @@ -177,7 +177,7 @@ """used for cubicweb configuration. Once a property has been created you can't change the key. """ - permissions = { + __permissions__ = { 'read': ('managers', 'users', 'guests'), 'add': ('managers', 'users',), 'update': ('managers', 'owners',),