From bdaac36d004f4d48ae0cb44e2fb04972e624dcbd Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Sat, 14 Jul 2001 01:23:30 +0000 Subject: py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization --- Lib/idlelib/ScrolledList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/ScrolledList.py b/Lib/idlelib/ScrolledList.py index 7fb1c20..92119365 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): -- cgit v0.12