summaryrefslogtreecommitdiff
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2001-07-14 01:23:30 +0000
committerKurt B. Kaiser <kbk@shore.net>2001-07-14 01:23:30 +0000
commitbdaac36d004f4d48ae0cb44e2fb04972e624dcbd (patch)
treed510a17602b4e78c40188df827274cf152c7f118 /Lib/idlelib
parentf61eb4298853f9dc634dbb5d3a14a9dca9dfc2ba (diff)
downloadcpython-git-bdaac36d004f4d48ae0cb44e2fb04972e624dcbd.tar.gz
py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/ScrolledList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ScrolledList.py b/Lib/idlelib/ScrolledList.py
index 7fb1c202d5..9211936577 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):