Automatic .txt to XML converter

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@209 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2002-11-14 02:47:15 +00:00
parent dc56fd983e
commit 51cc09b081
5 changed files with 366 additions and 3 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
#!/usr/local/bin/python2.2
#!/usr/bin/python
import string
import os.path
@@ -98,8 +98,8 @@ def read_source_header(filename):
races = ['arilou', 'blackur', 'chmmr', 'comandr', 'druuge',
'ilwrath', 'melnorm', 'mycon', 'orz', 'pkunk', 'rebel',
'shofixt', 'slyhome', 'slyland', 'spahome', 'spathi',
'starbas', 'supox', 'syreen', 'talkpet', 'utwig',
'vux', 'yehat', 'zoqfot']
'starbas', 'supox', 'syreen', 'talkpet', 'thradd',
'umgah', 'urquan', 'utwig', 'vux', 'yehat', 'zoqfot']
root = os.path.join('..','..','sc2')