summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/ScrolledList.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2001-07-14 01:23:30 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2001-07-14 01:23:30 (GMT)
commitbdaac36d004f4d48ae0cb44e2fb04972e624dcbd (patch)
treed510a17602b4e78c40188df827274cf152c7f118 /Lib/idlelib/ScrolledList.py
parentf61eb4298853f9dc634dbb5d3a14a9dca9dfc2ba (diff)
downloadcpython-bdaac36d004f4d48ae0cb44e2fb04972e624dcbd.zip
cpython-bdaac36d004f4d48ae0cb44e2fb04972e624dcbd.tar.gz
cpython-bdaac36d004f4d48ae0cb44e2fb04972e624dcbd.tar.bz2
py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization
Diffstat (limited to 'Lib/idlelib/ScrolledList.py')
-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 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):