]> granicus.if.org Git - python/commitdiff
[Bug #1477140] Import Error base class
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Apr 2006 12:38:35 +0000 (12:38 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Apr 2006 12:38:35 +0000 (12:38 +0000)
Doc/lib/libxmlrpclib.tex

index 8f0abfa1b2376980cadc7f2e910c73176dc90619..a85244841b853c3e2bd22df52e588aef80c33193 100644 (file)
@@ -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")