From 3274577cd608f947d6b07e6dfcbde393edf5a249 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 30 Jan 2009 23:46:51 -0700 Subject: Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working --- ipaserver/mod_python_xmlrpc.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipaserver/mod_python_xmlrpc.py') diff --git a/ipaserver/mod_python_xmlrpc.py b/ipaserver/mod_python_xmlrpc.py index 42a7c28c..0f631f74 100755 --- a/ipaserver/mod_python_xmlrpc.py +++ b/ipaserver/mod_python_xmlrpc.py @@ -25,6 +25,8 @@ """ Production XML-RPC server using mod_python. + +This module is depreciated. See the `ipaserver.xmlrpc()` function. """ import sys -- cgit