diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-27 12:38:35 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-27 12:38:35 (GMT) |
commit | 356f938f940f9abe6cf54344113d8a27e3ca4088 (patch) | |
tree | ab9ef0c08f5cad63669060a88e16aa72b8a86dd0 /Doc/lib/libxmlrpclib.tex | |
parent | 7acb7b40ba9247e00a1d26a472b5de9adb5e49f4 (diff) | |
download | cpython-356f938f940f9abe6cf54344113d8a27e3ca4088.zip cpython-356f938f940f9abe6cf54344113d8a27e3ca4088.tar.gz cpython-356f938f940f9abe6cf54344113d8a27e3ca4088.tar.bz2 |
[Bug #1477140] Import Error base class
Diffstat (limited to 'Doc/lib/libxmlrpclib.tex')
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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") |