Commit 5fba9445 authored by Nicolas Delaby's avatar Nicolas Delaby

Fix location of helper


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42211 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb86364e
...@@ -64,7 +64,8 @@ class OpenOffice(Application): ...@@ -64,7 +64,8 @@ class OpenOffice(Application):
python = join(self.office_binary_path, "python") python = join(self.office_binary_path, "python")
args = [exists(python) and python or "python", args = [exists(python) and python or "python",
pkg_resources.resource_filename("cloudooo", pkg_resources.resource_filename("cloudooo",
join("helper", "openoffice_tester.py")), join('handler', 'ooo',
"helper", "openoffice_tester.py")),
"--hostname=%s" % host, "--hostname=%s" % host,
"--port=%s" % port, "--port=%s" % port,
"--uno_path=%s" % self.uno_path] "--uno_path=%s" % self.uno_path]
......
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