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