Fix python plugin template names

This commit is contained in:
Jeremy Wu 2020-04-24 07:49:16 +10:00
parent 8c519cf412
commit 5a45591550

View file

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