def __del__(self):
pass
# def nullfn(*arg):
# print "run_updte called"
#
# if __name__ == '__main__':
# app = wx.App()
# app.appversion = 201
# app.run_update = nullfn
# wizard = UpdateFrame(None)
# wizard.Show()
# import time
# #time.sleep(1)
# wizard.check_update()
# app.MainLoop()
评论列表
文章目录