def destroyer2(self, arg): d = Input() self.window1.hide() d.UI() c = Cmd() c.timeline() c.sort()
def destroy_file_select(self, arg): try: #self.window.hide() c = Cmd() c.timeline() c.sort() scr = Screen() scr.UI() except: print "Major issue"
def destroyer(self, arg): try: self.window1.hide() c = Cmd() c.timeline() c.sort() scr = Screen() scr.UI(arg, 0) except: easygui.msgbox("Some fields missing or incorrect button pressed", title="Warning")
def close(a, b): gtk.main_quit() c = Cmd() c.timeline() c.sort()
def run_l2t(arg): c = Cmd() c.timeline() c.sort()