Commit f2e3a942 authored by Nicolas Delaby's avatar Nicolas Delaby

Coding style


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42246 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 69e4d890
......@@ -115,8 +115,8 @@ def application(global_config, **local_config):
monitor.load(local_config)
timeout_response = int(local_config.get('timeout_response'))
kw = dict(uno_path=local_config.get('uno_path'),
office_binary_path=local_config.get('office_binary_path'),
timeout=timeout_response)
office_binary_path=local_config.get('office_binary_path'),
timeout=timeout_response)
# Signal to stop all processes
signal(SIGHUP, stopProcesses)
......
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