Ejemplo n.º 1
0
 def do_exit(self):
     """ Exits the interpreter, kills the windows.
     """
     WxController.do_exit(self)
     self.release_output()
     wx.CallAfter(wx.Exit)
Ejemplo n.º 2
0
 def do_exit(self):
     """ Exits the interpreter, kills the windows.
     """
     WxController.do_exit(self)
     self.release_output()
     wx.CallAfter(wx.Exit)