Exemplo n.º 1
0
 def __init__(self, uri, proxy=None):
     Remote.__init__(self, uri)
     self._client = ProxyableXmlRpcRemoteClient(uri, proxy)
 def __init__(self, uri, proxy=None):
     Remote.__init__(self, uri)
     self._client = ProxyableXmlRpcRemoteClient(uri, proxy)