summaryrefslogtreecommitdiffstats
path: root/ipalib/load_plugins.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-13 01:26:30 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-13 01:26:30 +0000
commitc0b5069fa07889496786523c46b5b15181c26fee (patch)
treea9ac4e6d6f5d55bafa4e89016ccdbc5956d6c16a /ipalib/load_plugins.py
parent66bbe8bf2f253faa69c0556b47812a4a91e24a63 (diff)
downloadfreeipa-c0b5069fa07889496786523c46b5b15181c26fee.tar.gz
freeipa-c0b5069fa07889496786523c46b5b15181c26fee.tar.xz
freeipa-c0b5069fa07889496786523c46b5b15181c26fee.zip
133: Renamed run.py to api.py
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