From 8d1f11b0ef7ec31db75a4e640e9dfd75fc4ee08d Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Mon, 26 May 2003 22:20:34 +0000 Subject: Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py --- Lib/idlelib/PyShell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/PyShell.py') diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index f90d31f2642..ed353c95f40 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): -- cgit v1.2.3