summaryrefslogtreecommitdiffstats
path: root/ipalib/plugable.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-14 19:36:54 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-14 19:36:54 +0000
commit43c04f1cd356a46aab6720c64e8d15900b46bfdf (patch)
treec9dff80d191a0f528963fb1228f0e33bf421b38a /ipalib/plugable.py
parentf423f2c9f0634d3b123eaaae8b13afd83cc0cf94 (diff)
downloadfreeipa.git-43c04f1cd356a46aab6720c64e8d15900b46bfdf.tar.gz
freeipa.git-43c04f1cd356a46aab6720c64e8d15900b46bfdf.tar.xz
freeipa.git-43c04f1cd356a46aab6720c64e8d15900b46bfdf.zip
163: Docstring improvement for ipalib/__init__.py and plugable.py
Diffstat (limited to 'ipalib/plugable.py')
-rw-r--r--ipalib/plugable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugable.py b/ipalib/plugable.py
index 30a4a5f0..60a8c548 100644
--- a/ipalib/plugable.py
+++ b/ipalib/plugable.py
@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
-Generic plugin framework.
+Implementation of the plugin framework.
The classes in this module make heavy use of Python container emulation. If
you are unfamiliar with this Python feature, see