Mercurial > traipse_dev
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:4385a7d0efd1 | 1:f24c6e431a15 |
---|---|
6 HG = os.environ["HG"] | 6 HG = os.environ["HG"] |
7 | 7 |
8 import pyver | 8 import pyver |
9 pyver.checkPyVersion() | 9 pyver.checkPyVersion() |
10 | 10 |
11 os.system(HG + ' pull "http://hg.assembla.com/openrpg_rc"') | 11 os.system(HG + ' pull "http://hg.assembla.com/traipse"') |
12 os.system(HG + ' update') | 12 os.system(HG + ' update') |
13 | 13 |
14 from orpg.orpg_wx import * | 14 from orpg.orpg_wx import * |
15 | 15 |
16 if WXLOADED: | 16 if WXLOADED: |