Commit cf8212de authored by Sebastien Robin's avatar Sebastien Robin

rename bt5 to erp5_bt5


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1983 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a314b1a2
......@@ -123,7 +123,7 @@ class ERP5TypeTestCase(PortalTestCase):
from urllib import urlretrieve
file, headers = urlretrieve(template)
except IOError:
template = INSTANCE_HOME + '/bt5/bt5/' + template
template = INSTANCE_HOME + '/bt5/erp5_bt5/' + template
template = '%s.bt5' % template
new_template_list.append((template,id))
LOG('new_template_list',0,template_list)
......
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