Commit 76f258a8 authored by Tristan Cavelier's avatar Tristan Cavelier

xxx reuse default cloudooo

parent 9f8379f8
......@@ -111,7 +111,8 @@ class OOoServerProxy(ServerProxy):
or OOO_SERVER_PROXY_TIMEOUT
transport = TimeoutTransport(timeout=timeout, scheme=scheme)
#ServerProxy.__init__(self, uri, allow_none=True, transport=transport)
ServerProxy.__init__(self, uri, allow_none=True, transport=transport)
return
from xmlrpclib import SafeTransport
import ssl
......
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