Remove unused local variables

This commit is contained in:
Neal Norwitz 2002-09-12 20:34:41 +00:00
parent a59ab05fda
commit 089061f7f0
2 changed files with 0 additions and 2 deletions

View File

@ -276,7 +276,6 @@ class IOBinding:
return "break"
def print_window(self, event):
tempfilename = None
if self.get_saved():
filename = self.filename
else:

View File

@ -250,7 +250,6 @@ class ModifiedInterpreter(InteractiveInterpreter):
def showtraceback(self):
# Extend base class method to reset output properly
text = self.tkconsole.text
self.tkconsole.resetoutput()
self.checklinecache()
InteractiveInterpreter.showtraceback(self)