Commit ac44e693 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

cleanup.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32575 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20e8efa9
......@@ -60,9 +60,6 @@ if current_source_section is not None and\\\n
section_item_list.append((context.getSourceSectionTitle(), context.getSourceSection()))\n
\n
return section_item_list\n
\n
# convert to ListField format\n
return [(\'\', \'\')] + sorted([(i.getTitle(), i.getRelativeUrl()) for i in result], key=lambda x:x[0])\n
</string> </value>
</item>
<item>
......@@ -107,12 +104,6 @@ return [(\'\', \'\')] + sorted([(i.getTitle(), i.getRelativeUrl()) for i in resu
<string>_getitem_</string>
<string>_apply_</string>
<string>zip</string>
<string>sorted</string>
<string>append</string>
<string>$append0</string>
<string>_getiter_</string>
<string>result</string>
<string>i</string>
</tuple>
</value>
</item>
......
1104
\ No newline at end of file
1105
\ 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