Commit 089061f7 authored by Neal Norwitz's avatar Neal Norwitz

Remove unused local variables

parent a59ab05f
......@@ -276,7 +276,6 @@ class IOBinding:
return "break"
def print_window(self, event):
tempfilename = None
if self.get_saved():
filename = self.filename
else:
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment