From e93c0455d48534afae347b40f0f5d10a7fab4e06 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 22 Oct 2008 22:14:58 -0600 Subject: Added place-holder mod_python_webui.py module; cleaned up lite-* and mod_python_* docstrings --- lite-xmlrpc.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lite-xmlrpc.py') diff --git a/lite-xmlrpc.py b/lite-xmlrpc.py index 86df6815..49f3a2ae 100755 --- a/lite-xmlrpc.py +++ b/lite-xmlrpc.py @@ -15,6 +15,10 @@ import ipalib.load_plugins from ipalib.util import xmlrpc_unmarshal import traceback +""" +In-tree XML-RPC server using SimpleXMLRPCServer. +""" + PORT=8888 class StoppableXMLRPCServer(SimpleXMLRPCServer.SimpleXMLRPCServer): -- cgit