[code.view]

[top] / python / PyMOTW / SimpleXMLRPCServer / SimpleXMLRPCServer_instance_dotted_names_client.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import xmlrpclib
     
     proxy = xmlrpclib.ServerProxy('http://localhost:9000')
     print proxy.dir.list('/tmp')
     

[top] / python / PyMOTW / SimpleXMLRPCServer / SimpleXMLRPCServer_instance_dotted_names_client.py

contact | logmethods.com