mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix python plugin template names
This commit is contained in:
parent
8c519cf412
commit
5a45591550
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue