Commit 9ef9bb44 authored by Jérome Perrin's avatar Jérome Perrin

remove useless variables



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9079 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7c4f2801
...@@ -68,10 +68,7 @@ ...@@ -68,10 +68,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>valid_role_list = context.valid_roles()\n <value> <string>permission_list = context.possible_permissions()\n
role_index_list = range(len(valid_role_list))\n
permission_list = context.possible_permissions()\n
\n
\n \n
# First, remove all permissions (very secure by default)\n # First, remove all permissions (very secure by default)\n
# We should keep only Manager, or we will not be able to\n # We should keep only Manager, or we will not be able to\n
...@@ -172,10 +169,6 @@ return "finished"\n ...@@ -172,10 +169,6 @@ return "finished"\n
<tuple> <tuple>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>valid_role_list</string>
<string>range</string>
<string>len</string>
<string>role_index_list</string>
<string>permission_list</string> <string>permission_list</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>permission</string> <string>permission</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment