Commit 8e34c84f authored by Vincent Pelletier's avatar Vincent Pelletier

Make it clear that nothing is "downloaded" from anywhere, but only localy...

Make it clear that nothing is "downloaded" from anywhere, but only localy imported from filesystem to object database.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19483 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40f1ab48
......@@ -665,7 +665,7 @@ def setupERP5Site( business_template_list=(),
ZopeTestCase._print('Adding %s business template ... ' % bt_title)
bt = portal.portal_templates.download(url)
if not quiet:
ZopeTestCase._print('(downloaded in %.3fs) ' % (time.time() - start))
ZopeTestCase._print('(imported in %.3fs) ' % (time.time() - start))
install_kw = None
if get_install_kw:
listbox_object_list = BusinessTemplate_getModifiedObject.__of__(bt)()
......
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