diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-22 22:14:58 -0600 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-22 22:14:58 -0600 |
commit | e93c0455d48534afae347b40f0f5d10a7fab4e06 (patch) | |
tree | 86a436174d4d8089fa87ec4234c4b01d6799df0a /ipa_server/mod_python_xmlrpc.py | |
parent | 98da855176cdd32021a850bb55d91cd53d77e1f5 (diff) | |
download | freeipa-e93c0455d48534afae347b40f0f5d10a7fab4e06.tar.gz freeipa-e93c0455d48534afae347b40f0f5d10a7fab4e06.tar.xz freeipa-e93c0455d48534afae347b40f0f5d10a7fab4e06.zip |
Added place-holder mod_python_webui.py module; cleaned up lite-* and mod_python_* docstrings
Diffstat (limited to 'ipa_server/mod_python_xmlrpc.py')
-rw-r--r-- | ipa_server/mod_python_xmlrpc.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ipa_server/mod_python_xmlrpc.py b/ipa_server/mod_python_xmlrpc.py index 8f415e83c..18bedec1e 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 <rcritten@redhat.com> +""" +Production XML-RPC server using mod_python. +""" + import sys |