Skip to content

Commit 5a45591

Browse files
committed
Fix python plugin template names
1 parent 8c519cf commit 5a45591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/HelloWorldPython/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22

3-
from flowlauncher import Flow.Launcher
3+
from flow.launcher import Flow.Launcher
44

5-
class HelloWorld(Flow.Launcher):
5+
class HelloWorld(FlowLauncher):
66

77
def query(self, query):
88
results = []

0 commit comments

Comments
 (0)