From 0764d2c59c30332b8da0e5f55eba7e63043a98ff Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Fri, 8 Oct 2010 01:05:32 +0200 Subject: [PATCH] Fixing another typo. --- gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.py b/gen.py index b140462c..f29e2402 100755 --- a/gen.py +++ b/gen.py @@ -96,7 +96,7 @@ class XEPTable: self.botsFile = parse(shortXMLfilename) except: impl = getDOMImplementation() - self.botsfile = impl.createDocument(None, "xeps", None) + self.botsFile = impl.createDocument(None, "xeps", None) def save(self): f = open(self.filename, "wb")