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