fix bugs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/python
|
||||
from commands import curr_line
|
||||
from commands import shut_up
|
||||
#from commands import curr_line
|
||||
#from commands import shut_up
|
||||
|
||||
commandInfo = {
|
||||
'currCommand': '',
|
||||
@@ -8,6 +8,12 @@ commandInfo = {
|
||||
}
|
||||
|
||||
commands = {
|
||||
'curr_line': curr_line.command(),
|
||||
'shut_up': shut_up.command()
|
||||
'onnInput':{
|
||||
},
|
||||
'onScreenChanged':{
|
||||
},
|
||||
'commands':{
|
||||
# 'curr_line': curr_line.command(),
|
||||
# 'shut_up': shut_up.command()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user