Commit 239e1293 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unused import.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44624 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent abd6428e
......@@ -50,9 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>from Products.ERP5Type.Document import newTempBase\n
\n
site = context.Baobab_getVaultSite(vault=context.getSiteValue())\n
<value> <string>site = context.Baobab_getVaultSite(vault=context.getSiteValue())\n
counter_list = [x.getObject() for x in context.portal_catalog(portal_type="Counter", site_uid = site.getUid())]\n
\n
def sort_counter(a,b):\n
......
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