diff options
Diffstat (limited to 'Tools/idle/ScrolledList.py')
-rw-r--r-- | Tools/idle/ScrolledList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/ScrolledList.py b/Tools/idle/ScrolledList.py index 7fb1c20..92119365 100644 --- a/Tools/idle/ScrolledList.py +++ b/Tools/idle/ScrolledList.py @@ -1,7 +1,7 @@ from Tkinter import * class ScrolledList: - + default = "(None)" def __init__(self, master, **options): |