1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-12-21 23:28:51 -05:00
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3518 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-10-09 15:36:41 +00:00
parent 4b7ac73c96
commit 3e44411e4b

2
gen.py
View File

@ -109,7 +109,7 @@ class XEPTable:
<th align='left'>Status</th>
<th align='left'>Date</th>
</tr>''')
self.tableFile.getElementsByTagName("table")[0].appendChild(col.getElementsByTagName("td")[0])
self.tableFile.getElementsByTagName("table")[0].appendChild(header.getElementsByTagName("tr")[0])
def save(self):
f = open(self.filename, "wb")