summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/load_plugins.py (renamed from ipalib/startup.py)8
1 files changed, 3 insertions, 5 deletions
diff --git a/ipalib/startup.py b/ipalib/load_plugins.py
index 305295c7..a477ba25 100644
--- a/ipalib/startup.py
+++ b/ipalib/load_plugins.py
@@ -18,12 +18,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
-Importing this module causes the plugins to be loaded and the API to be
-generated.
+Importing this module causes the plugins to be loaded.
-This is not in __init__.py so that importing other IPA modules doesn't cause
-unnecessary side effects (needed for unit tests, among other things).
+This is not in __init__.py so that importing other ipalib or its other
+modules does not cause unnecessary side effects.
"""
-from run import api
import Plugins