summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-05-26 22:20:34 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-05-26 22:20:34 (GMT)
commit8d1f11b0ef7ec31db75a4e640e9dfd75fc4ee08d (patch)
tree97a8b35dc7ad1d5fdde032216b5af29b9e339451 /Lib/idlelib/PyShell.py
parent3d5cbea20220e106e6616efa8f6d5fd80ed4074f (diff)
downloadcpython-8d1f11b0ef7ec31db75a4e640e9dfd75fc4ee08d.zip
cpython-8d1f11b0ef7ec31db75a4e640e9dfd75fc4ee08d.tar.gz
cpython-8d1f11b0ef7ec31db75a4e640e9dfd75fc4ee08d.tar.bz2
Whitespace Normalization
Modified Files: PyShell.py ScriptBinding.py buildapp.py
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-rw-r--r--Lib/idlelib/PyShell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index f90d31f..ed353c9 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -303,7 +303,7 @@ class MyRPCClient(rpc.RPCClient):
"Override the base class - just re-raise EOFError"
raise EOFError
-
+
class ModifiedInterpreter(InteractiveInterpreter):
def __init__(self, tkconsole):