[Bug #1477140] Import Error base class
This commit is contained in:
parent
7acb7b40ba
commit
356f938f94
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue