server/test/data/schema/custom.py
changeset 0 b97547f5f1fa
child 332 86b8d58664eb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/test/data/schema/custom.py	Wed Nov 05 15:52:50 2008 +0100
@@ -0,0 +1,6 @@
+
+
+class test(AttributeRelationType):
+    permissions = {'read': ('managers', 'users', 'guests'),
+                   'delete': ('managers',),
+                   'add': ('managers',)}