Mercurial > traipse
diff start_server_gui.py @ 15:b6c6ec28ba8a grumpy-goblin
Traipse 'OpenRPG' {090807-00}
Traipse is a distribution of OpenRPG that is designed to be easy to setup and
go. Traipse also makes it easy for developers to work on code without fear
of sacrifice. 'Grumpy-Goblin' was created as a stablizing branch in an effort
to remove bugs from core code.
Update Summary:
Major improvements in the Server GUI. Server now looks through XML file for
password (thanks, david), lobby name, and port. Callbacks and other previous
partial implements work.
author | sirebral |
---|---|
date | Fri, 07 Aug 2009 22:06:09 -0500 |
parents | f24c6e431a15 |
children |
line wrap: on
line diff
--- a/start_server_gui.py Thu Aug 06 18:09:36 2009 -0500 +++ b/start_server_gui.py Fri Aug 07 22:06:09 2009 -0500 @@ -1,16 +1,11 @@ #!/usr/bin/env python -import os +#import os import sys -HG = os.environ["HG"] - import pyver pyver.checkPyVersion() -os.system(HG + ' pull "http://hg.assembla.com/traipse"') -os.system(HG + ' update') - from orpg.orpg_wx import * if WXLOADED: