From 817a76cfbb3b636d6f084ea859ce61f1cdaece83 Mon Sep 17 00:00:00 2001 From: "Steven M. Gava" Date: Thu, 12 Jul 2001 05:35:17 +0000 Subject: py-cvs merge, correct indentation --- Lib/idlelib/WindowList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/WindowList.py b/Lib/idlelib/WindowList.py index 6de3e58..7e05a57 100644 --- a/Lib/idlelib/WindowList.py +++ b/Lib/idlelib/WindowList.py @@ -39,7 +39,7 @@ class WindowList: def unregister_callback(self, callback): try: - self.callbacks.remove(callback) + self.callbacks.remove(callback) except ValueError: pass -- cgit v0.12