From 4fba4521e836e0cab08316592392b1e4d06eb6ef Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 18 Jul 2004 05:31:31 +0000 Subject: WTF is with this script? It contained illegal syntax and illegal indentation -- it could never have been run, under any version of Python. --- Tools/scripts/texi2html.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Tools/scripts/texi2html.py b/Tools/scripts/texi2html.py index 1d9a21a..3ecaee6 100755 --- a/Tools/scripts/texi2html.py +++ b/Tools/scripts/texi2html.py @@ -806,7 +806,7 @@ class TexinfoParser: # if self.savetext <> None: # print '*** Recursive footnote -- expect weirdness' id = len(self.footnotes) + 1 - self.write(self.FN_SOURCE_PATTERN % {'id': repr(id)) + self.write(self.FN_SOURCE_PATTERN % {'id': repr(id)}) self.startsaving() def close_footnote(self): @@ -1857,7 +1857,7 @@ class HTMLHelp: def dumpnodes(self, outfile=sys.stdout): self.dumped = {} if self.nodelist: - (nodename,None,None,None,None) = self.nodelist[0] + nodename, dummy, dummy, dummy, dummy = self.nodelist[0] self.topnode = nodename print>>outfile, '