From e9b715f2c430940d94bfedd6dbf9b1010eb22ffc Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 13 Aug 2008 00:56:46 +0000 Subject: 128: Fixed startup.py, example.py to work with new plugin locations --- ipalib/startup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/startup.py') diff --git a/ipalib/startup.py b/ipalib/startup.py index 4879a8e6..305295c7 100644 --- a/ipalib/startup.py +++ b/ipalib/startup.py @@ -21,9 +21,9 @@ Importing this module causes the plugins to be loaded and the API to be generated. -This is not in __init__.py so that imported other IPA modules doesn't cause +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). """ from run import api -import plugins +import Plugins -- cgit