bug [ 1072853 ] thisid not intialized in pindent.py script

This commit is contained in:
Georg Brandl 2005-06-26 20:20:48 +00:00
parent 58bd19095a
commit 7e7688c2ec
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ class PythonIndenter:
self.indentsize = 1
stack = []
todo = []
thisid = ''
current, firstkw, lastkw, topid = 0, '', '', ''
while 1:
line = self.getline()