Ejemplo n.º 1
0
 def changeFrameBoard(self, button):
     from commandHandlerClass import CommandHandler
     ch = CommandHandler(self.uvm)
     ch.routeCommand('subreddit ' + button.get_label())
Ejemplo n.º 2
0
 def changeFrameThread(self, button):
     from commandHandlerClass import CommandHandler
     ch = CommandHandler(self.uvm)
     ch.routeCommand('post ' + self.boardString + ' ' + button.get_label())
Ejemplo n.º 3
0
 def changeSubPage(self, button):
     from commandHandlerClass import CommandHandler
     ch = CommandHandler(self.uvm)
     ch.routeCommand('subpage ' + self.boardString + ' ' +
                     button.get_label())
Ejemplo n.º 4
0
 def changeSubPage(self, button):
     from commandHandlerClass import CommandHandler
     ch = CommandHandler(self.uvm)
     ch.routeCommand('sub ' + self.subreddit + ' ' + button.get_label())