def __send(self, command): return registry.handle_line(app, command)
def __send(self, command): command = fsnative(text_type(command)) return registry.handle_line(app, command)