diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-09-12 20:34:41 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-09-12 20:34:41 +0000 |
commit | 089061f7f0b585910854e31e3aafbf941172e746 (patch) | |
tree | 634e96787d82e3dce23e908f3dc479cc71990672 /Tools/idle/PyShell.py | |
parent | a59ab05fda5000fcb37b2202b8bb866b8d92b806 (diff) | |
download | cpython-git-089061f7f0b585910854e31e3aafbf941172e746.tar.gz |
Remove unused local variables
Diffstat (limited to 'Tools/idle/PyShell.py')
-rw-r--r-- | Tools/idle/PyShell.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/idle/PyShell.py b/Tools/idle/PyShell.py index 7fd28eba21..2eaf93623b 100644 --- a/Tools/idle/PyShell.py +++ b/Tools/idle/PyShell.py @@ -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) |