summaryrefslogtreecommitdiffstats
path: root/ipa_server/mod_python_xmlrpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipa_server/mod_python_xmlrpc.py')
-rw-r--r--ipa_server/mod_python_xmlrpc.py6
1 files changed, 5 insertions, 1 deletions
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 <rcritten@redhat.com>
+"""
+Production XML-RPC server using mod_python.
+"""
+
import sys