Example #1
0
 def __send(self, command):
     return registry.handle_line(app, command)
Example #2
0
 def __send(self, command):
     command = fsnative(text_type(command))
     return registry.handle_line(app, command)
Example #3
0
 def __send(self, command):
     command = fsnative(text_type(command))
     return registry.handle_line(app, command)