Beremiz.py
changeset 1211 e3f805ba74ca
parent 1091 5f612651d227
child 1240 ceaf9b4c0f86
equal deleted inserted replaced
1210:9a35da8f714b 1211:e3f805ba74ca
  1248 if __name__ == '__main__':
  1248 if __name__ == '__main__':
  1249     # Install a exception handle for bug reports
  1249     # Install a exception handle for bug reports
  1250     AddExceptHook(os.getcwd(),updateinfo_url)
  1250     AddExceptHook(os.getcwd(),updateinfo_url)
  1251     
  1251     
  1252     frame = Beremiz(None, projectOpen, buildpath)
  1252     frame = Beremiz(None, projectOpen, buildpath)
  1253     splash.Close()
  1253     if splash:
       
  1254         splash.Close()
  1254     frame.Show()
  1255     frame.Show()
  1255     app.MainLoop()
  1256     app.MainLoop()