comparison start_tester.py @ 30:90900aa3e944 traipse_dev

Forgot to un remark the start to main. Second Daily Build.
author sirebral
date Sun, 02 Aug 2009 00:43:34 -0500
parents 72f7c5904fbf
children 3769c8d6431e
comparison
equal deleted inserted replaced
29:72f7c5904fbf 30:90900aa3e944
21 import orpg.main 21 import orpg.main
22 import orpg.tools.updater 22 import orpg.tools.updater
23 app = orpg.tools.updater.updateApp(0) 23 app = orpg.tools.updater.updateApp(0)
24 app.MainLoop() 24 app.MainLoop()
25 25
26 """ 26
27 if WXLOADED: 27 if WXLOADED:
28 mainapp = orpg.main.orpgApp(0) 28 mainapp = orpg.main.orpgApp(0)
29 mainapp.MainLoop() 29 mainapp.MainLoop()
30 else: 30 else:
31 print "You really really need wx!" 31 print "You really really need wx!"
32 """