rename- Fix python class names

This commit is contained in:
Jeremy Wu 2020-04-25 12:40:14 +10:00
parent ee5345a346
commit 8f31670f3d

View file

@ -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):