Mercurial > traipse_dev
diff start_server_gui.py @ 1:f24c6e431a15 grumpy-goblin
Removing reference to older trac
author | sirebral |
---|---|
date | Tue, 14 Jul 2009 16:51:10 -0500 |
parents | 4385a7d0efd1 |
children | c7f04d3c76f5 |
line wrap: on
line diff
--- a/start_server_gui.py Tue Jul 14 16:41:58 2009 -0500 +++ b/start_server_gui.py Tue Jul 14 16:51:10 2009 -0500 @@ -8,7 +8,7 @@ import pyver pyver.checkPyVersion() -os.system(HG + ' pull "http://hg.assembla.com/openrpg_rc"') +os.system(HG + ' pull "http://hg.assembla.com/traipse"') os.system(HG + ' update') from orpg.orpg_wx import *