Commit 87107af3 authored by Sebastien Robin's avatar Sebastien Robin

2010-06-02 Seb

* remove obsolete comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35916 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e81d427d
......@@ -69,8 +69,6 @@ else:\n
file_name = context.getTitleOrId()\n
original_extension = None\n
if \'.\' in file_name:\n
# delete actual extension if dot inside string and new format\n
# is provided\n
file_name, original_extension = file_name.rsplit(\'.\', 1)\n
if context.getVersion():\n
file_name = \'%s-%s\' % (file_name, context.getVersion(),)\n
......
768
\ No newline at end of file
770
\ 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