Fast sorting

svn: r297
This commit is contained in:
Don Allingham
2001-08-06 03:00:01 +00:00
parent b20fa02851
commit 44324703cf
7 changed files with 938 additions and 827 deletions

View File

@@ -293,7 +293,7 @@ def exportData(database, filename, callback):
write_line(g,"nick",person.getNickName(),3)
pos = person.getPosition()
if pos != None:
g.write(' <pos>%d %d</pos>\n'% pos)
g.write(' <pos x="%d" y="%d"/>\n'% pos)
dump_my_event(g,"Birth",person.getBirth(),3)
dump_my_event(g,"Death",person.getDeath(),3)
for event in person.getEventList():