Home
last modified time | relevance | path

Searched refs:SecureClient (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/pdist/
Drcsclient.py23 class RCSProxyClient(client.SecureClient):
26 client.SecureClient.__init__(self, address, verbose)
Dclient.py132 class SecureClient(Client, Security): class