From a3f69b65f9c71d7bbbc1e5cda92121f35588b04d Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Wed, 2 Jan 2008 15:09:10 +0100 Subject: Import the renamed module (change tasker to pyfirstaidkit) --- plugins/sample2Plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/sample2Plugin.py') diff --git a/plugins/sample2Plugin.py b/plugins/sample2Plugin.py index 2e56c59..98baa56 100644 --- a/plugins/sample2Plugin.py +++ b/plugins/sample2Plugin.py @@ -15,8 +15,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -from tasker.plugins import Plugin,Flow -from tasker.returns import * +from pyfirstaidkit.plugins import Plugin,Flow +from pyfirstaidkit.returns import * class Sample2Plugin(Plugin): """This plugin will defin one more function and use it in a newly defined flow.""" -- cgit