From 5a45591550cde4b4843d9b8d3b68d9f519becf4e Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Fri, 24 Apr 2020 07:49:16 +1000 Subject: [PATCH] Fix python plugin template names --- Plugins/HelloWorldPython/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/HelloWorldPython/main.py b/Plugins/HelloWorldPython/main.py index 7855966c0..6fa1b86ee 100644 --- a/Plugins/HelloWorldPython/main.py +++ b/Plugins/HelloWorldPython/main.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -from flowlauncher import Flow.Launcher +from flow.launcher import Flow.Launcher -class HelloWorld(Flow.Launcher): +class HelloWorld(FlowLauncher): def query(self, query): results = []