Commit 8fc5a5b9 authored by Hervé Poulain's avatar Hervé Poulain

Give a priority to the new path software home ERP5 rather than Zope.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30838 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ac8bf067
......@@ -166,10 +166,10 @@ else:
erp5_home = os.path.sep.join(
tests_framework_home.split(os.path.sep)[:-4])
zope_home = os.path.join(erp5_home, 'Zope')
elif os.path.isdir('/usr/lib64/zope/lib/python'):
zope_home = '/usr/lib64/zope'
elif os.path.isdir('/usr/lib/erp5/lib/python'):
zope_home = '/usr/lib/erp5'
elif os.path.isdir('/usr/lib64/zope/lib/python'):
zope_home = '/usr/lib64/zope'
elif os.path.isdir('/usr/lib/zope2.8/lib/python'):
zope_home = '/usr/lib/zope2.8'
else:
......
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