summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libxmlrpclib.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex
index 1c36f99..8f0abfa 100644
--- a/Doc/lib/libxmlrpclib.tex
+++ b/Doc/lib/libxmlrpclib.tex
@@ -340,6 +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
# server = ServerProxy("http://localhost:8000") # local server
server = ServerProxy("http://betty.userland.com")