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)