summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-26 00:28:43 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-26 00:28:43 +0000
commit5157d8fc50bab1bd5ac1ebe2c006faaf910fef31 (patch)
tree56062f90e5f14268342d269d3c70df3602e91c89
parent45a6ee50b10c5800cc9a8fd95bf55d9a734b0fe9 (diff)
downloadfreeipa.git-5157d8fc50bab1bd5ac1ebe2c006faaf910fef31.tar.gz
freeipa.git-5157d8fc50bab1bd5ac1ebe2c006faaf910fef31.tar.xz
freeipa.git-5157d8fc50bab1bd5ac1ebe2c006faaf910fef31.zip
194: Removed like to Bazaar Plugin doc as it's not very relevant
-rw-r--r--ipalib/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 7f2249ef..a5fc3f11 100644
--- a/ipalib/__init__.py
+++ b/ipalib/__init__.py
@@ -28,9 +28,6 @@ To learn about the ``ipalib`` library, you should read the code in this order:
3. Look at some example plugins in `ipalib.plugins.example`
-Some of the plugin architecture was inspired by ``bzr``, so you might also
-read http://bazaar-vcs.org/WritingPlugins
-
Here is a short console example on using the plugable API:
>>> from ipalib import api