[Python-checkins] python/dist/src/Lib/idlelib PyShell.py, 1.98, 1.99
nnorwitz@users.sourceforge.net
nnorwitz at users.sourceforge.net
Thu Sep 1 02:39:13 CEST 2005
Update of /cvsroot/python/python/dist/src/Lib/idlelib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19931/Lib/idlelib
Modified Files:
PyShell.py
Log Message:
Remove unused import
Index: PyShell.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/PyShell.py,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- PyShell.py 21 Jun 2005 02:42:17 -0000 1.98
+++ PyShell.py 1 Sep 2005 00:39:02 -0000 1.99
@@ -11,7 +11,6 @@
import threading
import traceback
import types
-import exceptions
import linecache
from code import InteractiveInterpreter
More information about the Python-checkins
mailing list