From 2507b7c6741330eafacce63deca630073fb536fd Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 1 Oct 2008 16:17:02 -0600 Subject: Clarified docstrings in */plugins/__init__.py; renamed ipa_server/plugins/ipa_ldap.py to b_ldap.py --- ipa_server/plugins/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ipa_server/plugins/__init__.py') diff --git a/ipa_server/plugins/__init__.py b/ipa_server/plugins/__init__.py index 7d768b6d..5737dcb7 100644 --- a/ipa_server/plugins/__init__.py +++ b/ipa_server/plugins/__init__.py @@ -17,7 +17,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -Built-in backend plugins. +Sub-package containing all server plugins. -This package __init__ module should implement no code. +By convention, modules with frontend plugins are named f_*.py and modules +with backend plugins are named b_*.py. """ -- cgit