connectors/PYRO/__init__.py
changeset 1750 acf02488f37f
parent 1744 69dfdb26f600
child 1783 3311eea28d56
equal deleted inserted replaced
1749:d73b64672238 1750:acf02488f37f
    61         else:
    61         else:
    62             confnodesroot.logger.write(_("PYRO using certificates in '%s' \n")
    62             confnodesroot.logger.write(_("PYRO using certificates in '%s' \n")
    63                                        % (Pyro.config.PYROSSL_CERTDIR))
    63                                        % (Pyro.config.PYROSSL_CERTDIR))
    64         Pyro.config.PYROSSL_CERT = "client.crt"
    64         Pyro.config.PYROSSL_CERT = "client.crt"
    65         Pyro.config.PYROSSL_KEY = "client.key"
    65         Pyro.config.PYROSSL_KEY = "client.key"
       
    66 
    66         # Ugly Monkey Patching
    67         # Ugly Monkey Patching
    67         def _gettimeout(self):
    68         def _gettimeout(self):
    68             return self.timeout
    69             return self.timeout
    69 
    70 
    70         def _settimeout(self, timeout):
    71         def _settimeout(self, timeout):