示例#1
0
 def OnActivate(self):
     plugin_manager.register_resource("chat-to-client", ChatWrapper())
示例#2
0
 def OnActivate(self):
     self.shell = ProxyShell(stdout=sys.stdout)
     plugin_manager.register_resource("shell", self.shell)