Clarified docstrings in */plugins/__init__.py; renamed ipa_server/plugins/ipa_ldap.py to b_ldap.py

This commit is contained in:
Jason Gerard DeRose
2008-10-01 16:17:02 -06:00
parent c846c7d91f
commit 2507b7c674
3 changed files with 7 additions and 3 deletions

View File

@@ -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.
"""

View File

@@ -18,5 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Sub-package containing all internal plugins.
Sub-package containing all core plugins.
By convention, modules with frontend plugins are named f_*.py and modules
with backend plugins are named b_*.py.
"""