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/ScriptBinding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/ScriptBinding.py') diff --git a/Lib/idlelib/ScriptBinding.py b/Lib/idlelib/ScriptBinding.py index 00f533bf0d..0a929141d9 100644 --- a/Lib/idlelib/ScriptBinding.py +++ b/Lib/idlelib/ScriptBinding.py @@ -149,7 +149,7 @@ class ScriptBinding: If the user has configured IDLE for Autosave, the file will be silently saved if it already exists and is dirty. - + """ filename = self.editwin.io.filename if not self.editwin.get_saved(): -- cgit v1.2.1