Commit 31c4bd5f authored by Lucas Carvalho's avatar Lucas Carvalho

File has been renamed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42084 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6050f6a1
...@@ -55,7 +55,7 @@ result = []\n ...@@ -55,7 +55,7 @@ result = []\n
if empty_first_element==True:\n if empty_first_element==True:\n
result = [[\'\', \'\'],]\n result = [[\'\', \'\'],]\n
\n \n
filename = "currency_list.sxc"\n filename = "currency_list.ods"\n
cachedMethod = CachingMethod(context.ConfigurationTemplate_readOOCalcFile, \n cachedMethod = CachingMethod(context.ConfigurationTemplate_readOOCalcFile, \n
script.getId(),\n script.getId(),\n
cache_factory="erp5_content_long")\n cache_factory="erp5_content_long")\n
...@@ -69,85 +69,14 @@ for row in rows:\n ...@@ -69,85 +69,14 @@ for row in rows:\n
return result\n return result\n
</string> </value> </string> </value>
</item> </item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>empty_first_element = True, filter="world"</string> </value> <value> <string>empty_first_element = True, filter="world"</string> </value>
</item> </item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>empty_first_element</string>
<string>filter</string>
<string>Products.ERP5Type.Cache</string>
<string>CachingMethod</string>
<string>result</string>
<string>True</string>
<string>filename</string>
<string>_getattr_</string>
<string>context</string>
<string>script</string>
<string>cachedMethod</string>
<string>rows</string>
<string>Base_translateString</string>
<string>_getiter_</string>
<string>row</string>
<string>_getitem_</string>
<string>currency_title</string>
<string>line</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<tuple>
<int>1</int>
<string>world</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>BusinessConfiguration_getISOCurrencyList</string> </value> <value> <string>BusinessConfiguration_getISOCurrencyList</string> </value>
</item> </item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
481 482
\ No newline at end of file \ 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