summaryrefslogtreecommitdiffstats
path: root/ipalib/load_plugins.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/load_plugins.py')
-rw-r--r--ipalib/load_plugins.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/ipalib/load_plugins.py b/ipalib/load_plugins.py
index 5663d0e88..7863a24be 100644
--- a/ipalib/load_plugins.py
+++ b/ipalib/load_plugins.py
@@ -20,8 +20,11 @@
"""
Importing this module causes the plugins to be loaded.
-This is not in __init__.py so that importing other ipalib or its other
-modules does not cause unnecessary side effects.
+This is not in __init__.py so that importing ipalib or its other sub-modules
+does not cause unnecessary side effects.
+
+Eventually this will also load the out-of tree plugins, but for now it just
+loads the internal plugins.
"""
import plugins