This commit is contained in:
Jeremy Fincher 2004-08-18 22:29:17 +00:00
parent 69fbcea49d
commit f75e934163
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def main():
node = parser.ast2list(parser.suite(s), True)
for (lineno, string) in strings(node):
out.write('%s: %s: %s\n' % (filename, lineno, string))
out.close()
out.close()
if __name__ == '__main__':
main()