summaryrefslogtreecommitdiffstats
path: root/ipa_server/plugins/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipa_server/plugins/__init__.py')
-rw-r--r--ipa_server/plugins/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ipa_server/plugins/__init__.py b/ipa_server/plugins/__init__.py
index 7d768b6dd..5737dcb79 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.
"""