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/Plugins/example.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ipalib/Plugins/example.py') diff --git a/ipalib/Plugins/example.py b/ipalib/Plugins/example.py index c8eede0b..49b3d49c 100644 --- a/ipalib/Plugins/example.py +++ b/ipalib/Plugins/example.py @@ -21,8 +21,9 @@ Some example plugins. """ -import public -from run import api + +from ipalib import public +from ipalib.run import api # Hypothetical functional commands (not associated with any object): -- cgit