diff options
Diffstat (limited to 'plugins/sample1Plugin.py')
| -rw-r--r-- | plugins/sample1Plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sample1Plugin.py b/plugins/sample1Plugin.py index 643a41e..e71e4e5 100644 --- a/plugins/sample1Plugin.py +++ b/plugins/sample1Plugin.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 Sample1Plugin(Plugin): """This plugin uses the predefined flow in the Plugin abstract class.""" |
