From: Kurt B. Kaiser Date: Sat, 14 Jul 2001 01:23:30 +0000 (+0000) Subject: py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization X-Git-Tag: v2.2a3~1197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdaac36d004f4d48ae0cb44e2fb04972e624dcbd;p=thirdparty%2FPython%2Fcpython.git py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization --- diff --git a/Lib/idlelib/ScrolledList.py b/Lib/idlelib/ScrolledList.py index 7fb1c202d58d..921193657705 100644 --- a/Lib/idlelib/ScrolledList.py +++ b/Lib/idlelib/ScrolledList.py @@ -1,7 +1,7 @@ from Tkinter import * class ScrolledList: - + default = "(None)" def __init__(self, master, **options):