1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 18:22:24 -05:00

Fixing a typo.

This commit is contained in:
Tobias Markmann 2010-10-08 01:01:47 +02:00
parent 64ca29f01b
commit e59bfb3a83

4
gen.py
View File

@ -105,8 +105,8 @@ class XEPTable:
f.close()
f = open(self.shortXMLfilename, "wb")
self.tableFile.getElementsByTagName("xeps")[0].normalize()
f.write(self.tableFile.toxml())
self.botsFile.getElementsByTagName("xeps")[0].normalize()
f.write(self.botsFile.toxml())
f.close()
def setXEP(self, info):