From 5157d8fc50bab1bd5ac1ebe2c006faaf910fef31 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 26 Aug 2008 00:28:43 +0000 Subject: 194: Removed like to Bazaar Plugin doc as it's not very relevant --- ipalib/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ipalib/__init__.py') 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 -- cgit