about summary refs log tree commit diff
path: root/datasrc/compile.py
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-01-06 12:41:24 +0100
committeroy <Tom_Adams@web.de>2011-01-06 12:41:24 +0100
commite71263d686f712deb9ac5d3ed737c415dec815e2 (patch)
treeedf4b9235ff7515b2da1427abfd8cb589e7a5819 /datasrc/compile.py
parent4ff61fcdaa84e874c862374976bf06bb1f367b7f (diff)
downloadzcatch-e71263d686f712deb9ac5d3ed737c415dec815e2.tar.gz
zcatch-e71263d686f712deb9ac5d3ed737c415dec815e2.zip
fixed last commit
Diffstat (limited to 'datasrc/compile.py')
-rw-r--r--datasrc/compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/datasrc/compile.py b/datasrc/compile.py
index 1a726637..0cca5498 100644
--- a/datasrc/compile.py
+++ b/datasrc/compile.py
@@ -68,7 +68,7 @@ if gen_client_content_header or gen_server_content_header:
 	contentlines = open("datasrc/content.py", "rb").readlines()
 	order = []
 	for line in contentlines:
-		line = line.decode("iso8859-1").strip()
+		line = line.strip()
 		if line[:6] == "class " and '(Struct)' in line:
 			order += [line.split()[1].split("(")[0]]
 	for name in order: