diff options
| author | Martin Sivak <msivak@redhat.com> | 2008-01-02 15:09:10 +0100 |
|---|---|---|
| committer | Martin Sivak <msivak@redhat.com> | 2008-01-02 15:09:10 +0100 |
| commit | a3f69b65f9c71d7bbbc1e5cda92121f35588b04d (patch) | |
| tree | 6ab80b13b32f07c51a54f3bd4ecf2a6f7c34b1b4 /plugins/sample3Plugin/sample3Plugin.py | |
| parent | 1bc6bc97e693968de3f815d1f595f49a25491203 (diff) | |
| download | firstaidkit-a3f69b65f9c71d7bbbc1e5cda92121f35588b04d.tar.gz firstaidkit-a3f69b65f9c71d7bbbc1e5cda92121f35588b04d.tar.xz firstaidkit-a3f69b65f9c71d7bbbc1e5cda92121f35588b04d.zip | |
Import the renamed module (change tasker to pyfirstaidkit)
Diffstat (limited to 'plugins/sample3Plugin/sample3Plugin.py')
| -rw-r--r-- | plugins/sample3Plugin/sample3Plugin.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sample3Plugin/sample3Plugin.py b/plugins/sample3Plugin/sample3Plugin.py index 5168e3f..8186b7c 100644 --- a/plugins/sample3Plugin/sample3Plugin.py +++ b/plugins/sample3Plugin/sample3Plugin.py @@ -15,9 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -from tasker.returns import * -from tasker.plugins import Plugin,Flow -from tasker import Config +from pyfirstaidkit.returns import * +from pyfirstaidkit.plugins import Plugin,Flow +from pyfirstaidkit import Config import subprocess class Sample3Plugin(Plugin): |
