summaryrefslogtreecommitdiffstats
path: root/ipaserver/mod_python_xmlrpc.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-30 23:46:51 -0700
committerRob Crittenden <rcritten@redhat.com>2009-02-03 15:29:05 -0500
commit3274577cd608f947d6b07e6dfcbde393edf5a249 (patch)
tree0e7ab0c0a89849a31539121b1a07e28084ad2eeb /ipaserver/mod_python_xmlrpc.py
parentc2b0c801400fcb59be8687f9faf061aa85bcffd2 (diff)
downloadfreeipa.git-3274577cd608f947d6b07e6dfcbde393edf5a249.tar.gz
freeipa.git-3274577cd608f947d6b07e6dfcbde393edf5a249.tar.xz
freeipa.git-3274577cd608f947d6b07e6dfcbde393edf5a249.zip
Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working
Diffstat (limited to 'ipaserver/mod_python_xmlrpc.py')
-rwxr-xr-xipaserver/mod_python_xmlrpc.py2
1 files changed, 2 insertions, 0 deletions
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