# HG changeset patch
# User sirebral
# Date 1249191814 18000
# Node ID 90900aa3e944a67704db4ead9025a8b5df01397a
# Parent  72f7c5904fbfef442b3ee2ecb8d570347cd0ab0f
Forgot to un remark the start to main. Second Daily Build.

diff -r 72f7c5904fbf -r 90900aa3e944 orpg/orpg_version.py
--- a/orpg/orpg_version.py	Sun Aug 02 00:37:23 2009 -0500
+++ b/orpg/orpg_version.py	Sun Aug 02 00:43:34 2009 -0500
@@ -4,7 +4,7 @@
 #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed)
 DISTRO = "Traipse Dev"
 DIS_VER = "Grumpy Goblin"
-BUILD = "090802-00"
+BUILD = "090802-01"
 
 # This version is for network capability.
 PROTOCOL_VERSION = "1.2"
diff -r 72f7c5904fbf -r 90900aa3e944 start_tester.py
--- 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!"
-"""