From c0b5069fa07889496786523c46b5b15181c26fee Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 13 Aug 2008 01:26:30 +0000 Subject: 133: Renamed run.py to api.py --- ipalib/load_plugins.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ipalib/load_plugins.py') diff --git a/ipalib/load_plugins.py b/ipalib/load_plugins.py index 5663d0e8..7863a24b 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 -- cgit