From: Steven M. Gava Date: Thu, 12 Jul 2001 05:35:17 +0000 (+0000) Subject: py-cvs merge, correct indentation X-Git-Tag: v2.2a3~1257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=817a76cfbb3b636d6f084ea859ce61f1cdaece83;p=thirdparty%2FPython%2Fcpython.git py-cvs merge, correct indentation --- diff --git a/Lib/idlelib/WindowList.py b/Lib/idlelib/WindowList.py index 6de3e5855c51..7e05a57c0329 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