Mercurial > traipse_dev
comparison start_tester.py @ 32:c223c1051f4a traipse_dev
Update Manager moves into Beta 0.3 with a nice new look. The skeleton is
designed, not the functionality will be added.
author | sirebral |
---|---|
date | Sun, 02 Aug 2009 16:43:55 -0500 |
parents | 3769c8d6431e |
children | 0aeee1992423 |
comparison
equal
deleted
inserted
replaced
31:3769c8d6431e | 32:c223c1051f4a |
---|---|
16 for key in sys.modules.keys(): | 16 for key in sys.modules.keys(): |
17 if 'orpg' in key: | 17 if 'orpg' in key: |
18 del sys.modules[key] | 18 del sys.modules[key] |
19 | 19 |
20 from orpg.orpg_wx import * | 20 from orpg.orpg_wx import * |
21 | |
22 import upmana.updatemana | |
23 app = upmana.updatemana.updateApp(0) | |
24 app.MainLoop() | |
25 | |
21 import orpg.main | 26 import orpg.main |
22 import orpg.tools.updater | |
23 app = orpg.tools.updater.updateApp(0) | |
24 app.MainLoop() | |
25 | 27 |
26 | 28 |
27 if WXLOADED: | 29 if WXLOADED: |
28 mainapp = orpg.main.orpgApp(0) | 30 mainapp = orpg.main.orpgApp(0) |
29 mainapp.MainLoop() | 31 mainapp.MainLoop() |