diff 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
line wrap: on
line diff
--- a/start_tester.py	Sun Aug 02 00:37:23 2009 -0500
+++ b/start_tester.py	Sun Aug 02 00:43:34 2009 -0500
@@ -23,10 +23,9 @@
 app = orpg.tools.updater.updateApp(0)
 app.MainLoop()
 
-"""
+
 if WXLOADED:
     mainapp = orpg.main.orpgApp(0)
     mainapp.MainLoop()
 else:
     print "You really really need wx!"
-"""