Update of /cvsroot/webware/Webware/MiscUtils
In directory usw-pr-cvs1:/tmp/cvs-serv21359
Modified Files:
PickleRPC.py
Log Message:
error in doc string
Index: PickleRPC.py
===================================================================
RCS file: /cvsroot/webware/Webware/MiscUtils/PickleRPC.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PickleRPC.py 17 Jul 2002 15:23:07 -0000 1.7
--- PickleRPC.py 15 Aug 2002 01:27:26 -0000 1.8
***************
*** 3,7 ****
for the purpose of making requests and receiving the responses.
! >>> from MiscUtils.PickleRPCLib import Server
>>> server = Server('http://localhost/cgi-bin/WebKit.cgi/Examples/PickleRPCExample')
>>> server.multiply(10,20)
--- 3,7 ----
for the purpose of making requests and receiving the responses.
! >>> from MiscUtils.PickleRPC import Server
>>> server = Server('http://localhost/cgi-bin/WebKit.cgi/Examples/PickleRPCExample')
>>> server.multiply(10,20)
|