Commit d2cf63c4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

clean up.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42247 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2e3a942
......@@ -28,7 +28,6 @@
import pkg_resources
import psutil
from os import environ
from os.path import exists, join
from subprocess import Popen, PIPE
from threading import Lock
......@@ -109,7 +108,6 @@ class OpenOffice(Application):
self.process = Popen(command,
close_fds=True,
env=env)
returned_code = self.process.poll()
if not waitStartDaemon(self, self.timeout):
continue
if self._testOpenOffice(self.hostname, self.port):
......
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