Commit 43aaf695 authored by Yusei Tahara's avatar Yusei Tahara

Fix comment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18045 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2979a412
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -97,7 +94,7 @@ if kl == [\'personal,restricted\']:\n
pol = policy.split(\'/\')\n
\n
if not membershiponly:\n
# project policies do not apply if we don\'t have source_project\n
# project policies do not apply if we don\'t have follow_up\n
if pol[1] == \'project\':\n
if context.getFollowUp() == None:\n
return False\n
......
728
\ No newline at end of file
729
\ No newline at end of file
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