[Bug #1477140] Import Error base class

This commit is contained in:
Andrew M. Kuchling 2006-04-27 12:38:35 +00:00
parent 7acb7b40ba
commit 356f938f94
1 changed files with 1 additions and 1 deletions

View 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")