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 = []