summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-09-01 00:39:02 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-09-01 00:39:02 (GMT)
commit6203196c7c0d9d93593919ecee2625af2db6bc2c (patch)
tree191f384b7fe4754a95960f406ec5f3f7da329bdc /Lib
parentab6192363775022dffc7384bf04c03a8130d47ed (diff)
downloadcpython-6203196c7c0d9d93593919ecee2625af2db6bc2c.zip
cpython-6203196c7c0d9d93593919ecee2625af2db6bc2c.tar.gz
cpython-6203196c7c0d9d93593919ecee2625af2db6bc2c.tar.bz2
Remove unused import
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/PyShell.py1
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