diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-07 20:07:16 -0600 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-10-07 20:07:16 -0600 |
commit | b2b5b904bcc1ab96d5efb992d5630505022d0ecb (patch) | |
tree | 2816961aae1eff515884fe95c6ca3248df59ba5f /ipalib/plugins | |
parent | c747c12fb2249e987d327f764bf9f1ddb5e60ee6 (diff) | |
download | freeipa-b2b5b904bcc1ab96d5efb992d5630505022d0ecb.tar.gz freeipa-b2b5b904bcc1ab96d5efb992d5630505022d0ecb.tar.xz freeipa-b2b5b904bcc1ab96d5efb992d5630505022d0ecb.zip |
Made package-level docstrings more consistent so they read better in generated documentation
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/b_kerberos.py | 2 | ||||
-rw-r--r-- | ipalib/plugins/b_xmlrpc.py | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ipalib/plugins/b_kerberos.py b/ipalib/plugins/b_kerberos.py index 4b3a9a5b2..cc8204976 100644 --- a/ipalib/plugins/b_kerberos.py +++ b/ipalib/plugins/b_kerberos.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -Kerberos backend. +Backend plugin for Kerberos. This wraps the python-kerberos and python-krbV bindings. """ diff --git a/ipalib/plugins/b_xmlrpc.py b/ipalib/plugins/b_xmlrpc.py index d7cbd8560..feb87556b 100644 --- a/ipalib/plugins/b_xmlrpc.py +++ b/ipalib/plugins/b_xmlrpc.py @@ -18,9 +18,10 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -XML-RPC client plugin. +Backend plugin for XML-RPC client. -Lightwieght XML-RPC client using Python standard library xmlrpclib. +This provides a lightwieght XML-RPC client using Python standard library +``xmlrpclib`` module. """ import xmlrpclib |