def unregister_agent(self): logging.info("Unregister Agent") self.unregister() AgentManager().unregister_agent(self.__agent_path)
def register_agent(self): logging.info("Register Agent") self.register() AgentManager().register_agent(self.__agent_path, "KeyboardDisplay", default=True)