mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
rename- Fix python class names
This commit is contained in:
parent
ee5345a346
commit
8f31670f3d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import json
|
|||
import sys
|
||||
import inspect
|
||||
|
||||
class Flow.Launcher(object):
|
||||
class FlowLauncher(object):
|
||||
"""
|
||||
Flow.Launcher python plugin base
|
||||
"""
|
||||
|
|
@ -42,7 +42,7 @@ class Flow.Launcher(object):
|
|||
print("DEBUG:{}".format(msg))
|
||||
sys.exit()
|
||||
|
||||
class Flow.LauncherAPI(object):
|
||||
class FlowLauncherAPI(object):
|
||||
|
||||
@classmethod
|
||||
def change_query(cls,query,requery = False):
|
||||
|
|
|
|||
Loading…
Reference in a new issue