diff options
| author | Jason Gerard DeRose <jderose@redhat.com> | 2009-01-30 23:46:51 -0700 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2009-02-03 15:29:05 -0500 |
| commit | 3274577cd608f947d6b07e6dfcbde393edf5a249 (patch) | |
| tree | 0e7ab0c0a89849a31539121b1a07e28084ad2eeb /ipaserver/mod_python_xmlrpc.py | |
| parent | c2b0c801400fcb59be8687f9faf061aa85bcffd2 (diff) | |
| download | freeipa-3274577cd608f947d6b07e6dfcbde393edf5a249.tar.gz freeipa-3274577cd608f947d6b07e6dfcbde393edf5a249.tar.xz freeipa-3274577cd608f947d6b07e6dfcbde393edf5a249.zip | |
Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working
Diffstat (limited to 'ipaserver/mod_python_xmlrpc.py')
| -rwxr-xr-x | ipaserver/mod_python_xmlrpc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/mod_python_xmlrpc.py b/ipaserver/mod_python_xmlrpc.py index 42a7c28c7..0f631f744 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 |
