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