diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-09-01 00:39:02 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-09-01 00:39:02 (GMT) |
commit | 6203196c7c0d9d93593919ecee2625af2db6bc2c (patch) | |
tree | 191f384b7fe4754a95960f406ec5f3f7da329bdc /Lib | |
parent | ab6192363775022dffc7384bf04c03a8130d47ed (diff) | |
download | cpython-6203196c7c0d9d93593919ecee2625af2db6bc2c.zip cpython-6203196c7c0d9d93593919ecee2625af2db6bc2c.tar.gz cpython-6203196c7c0d9d93593919ecee2625af2db6bc2c.tar.bz2 |
Remove unused import
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/PyShell.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index bc3954e..5034417 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -11,7 +11,6 @@ import time import threading import traceback import types -import exceptions import linecache from code import InteractiveInterpreter |