Remove unused variable.

This commit is contained in:
Fred Drake 2001-10-26 19:50:26 +00:00
parent 41a1b07636
commit 41cf5e0069

View file

@ -18,7 +18,6 @@ document = """\
dom = xml.dom.minidom.parseString(document)
space = " "
def getText(nodelist):
rc = ""
for node in nodelist: