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 --- ipa_server/mod_python_xmlrpc.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ipa_server/mod_python_xmlrpc.py') diff --git a/ipa_server/mod_python_xmlrpc.py b/ipa_server/mod_python_xmlrpc.py index 8f415e83..18bedec1 100644 --- a/ipa_server/mod_python_xmlrpc.py +++ b/ipa_server/mod_python_xmlrpc.py @@ -5,7 +5,7 @@ # # IPA is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; +# License as published by the Free Software Foundation; # version 2.1 of the License. # # This software is distributed in the hope that it will be useful, @@ -23,6 +23,10 @@ # Authors: # Rob Crittenden +""" +Production XML-RPC server using mod_python. +""" + import sys -- cgit