Skip to content

Commit 8f31670

Browse files
committed
rename- Fix python class names
1 parent ee5345a commit 8f31670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JsonRPC/wox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
import inspect
66

7-
class Flow.Launcher(object):
7+
class FlowLauncher(object):
88
"""
99
Flow.Launcher python plugin base
1010
"""
@@ -42,7 +42,7 @@ def debug(self,msg):
4242
print("DEBUG:{}".format(msg))
4343
sys.exit()
4444

45-
class Flow.LauncherAPI(object):
45+
class FlowLauncherAPI(object):
4646

4747
@classmethod
4848
def change_query(cls,query,requery = False):

0 commit comments

Comments
 (0)