diff options
-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 |