summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-24 01:43:51 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-24 01:43:51 +0000
commit4dbbf5656d4db96068ca6c936120827e52ba5ad8 (patch)
tree284e90a05374a0df23a61828df4b61abdcd3e9d7 /ipalib/__init__.py
parentc38b90d5d4de1c6d351ce1d9fd94555376d6dda7 (diff)
downloadfreeipa-4dbbf5656d4db96068ca6c936120827e52ba5ad8.tar.gz
freeipa-4dbbf5656d4db96068ca6c936120827e52ba5ad8.tar.xz
freeipa-4dbbf5656d4db96068ca6c936120827e52ba5ad8.zip
322: Updated ipalib package docstring, replacing cross reference to 'public' with 'frontend'
Diffstat (limited to 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 216d654fc..6c129a41d 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -24,9 +24,11 @@ To learn about the ``ipalib`` library, you should read the code in this order:
1. Learn about the plugin framework in `ipalib.plugable`
- 2. Learn about the public API in `ipalib.public`
+ 2. Learn about the frontend plugins in `ipalib.frontend`
- 3. Look at some example plugins in `ipalib.plugins.example`
+ 3. Learn about the backend plugins in `ipalib.backend`
+
+ 4. Look at some example plugins in `ipalib.plugins.example`
Here is a short console example on using the plugable API: