From 356f938f940f9abe6cf54344113d8a27e3ca4088 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 27 Apr 2006 12:38:35 +0000 Subject: [Bug #1477140] Import Error base class --- Doc/lib/libxmlrpclib.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 8f0abfa..a852448 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -340,7 +340,7 @@ objects, they are converted to \class{DateTime} objects internally, so only \begin{verbatim} # simple test program (from the XML-RPC specification) -from xmlrpclib import ServerProxy +from xmlrpclib import ServerProxy, Error # server = ServerProxy("http://localhost:8000") # local server server = ServerProxy("http://betty.userland.com") -- cgit v0.12