diff start_noupdate.py @ 55:0b79d5dbbe9e traipse_dev

Finalizing .. sorry Win users. I will work on the GUI later.
author sirebral
date Thu, 06 Aug 2009 17:55:27 -0500
parents 4385a7d0efd1
children bf799efe7a8a
line wrap: on
line diff
--- a/start_noupdate.py	Thu Aug 06 17:22:17 2009 -0500
+++ b/start_noupdate.py	Thu Aug 06 17:55:27 2009 -0500
@@ -1,19 +1,15 @@
 #!/usr/bin/env python
 
-import sys
-import os
-
-#HG = os.environ["HG"]
-
 import pyver
 pyver.checkPyVersion()
 
-#os.system(HG + ' pull "http://hg.assembla.com/traipse"')
+#Update Manager
+from orpg.orpg_wx import *
+import upmana.updatemana
+app = upmana.updatemana.updateApp(0)
+app.MainLoop()
 
-for key in sys.modules.keys():
-    if 'orpg' in key:
-        del sys.modules[key]
-
+#Main Program
 from orpg.orpg_wx import *
 import orpg.main