From 8f31670f3d86605e54775af05a140f6c09ed6b5e Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 25 Apr 2020 12:40:14 +1000 Subject: [PATCH] rename- Fix python class names --- JsonRPC/wox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JsonRPC/wox.py b/JsonRPC/wox.py index 4f5fb939b..1beaa1d7e 100644 --- a/JsonRPC/wox.py +++ b/JsonRPC/wox.py @@ -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):