]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization
authorKurt B. Kaiser <kbk@shore.net>
Sat, 14 Jul 2001 01:23:30 +0000 (01:23 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sat, 14 Jul 2001 01:23:30 +0000 (01:23 +0000)
Lib/idlelib/ScrolledList.py

index 7fb1c202d58d0b78902d0d2194e7c4de7e84646d..92119365770540d8e5c57673f95f359a581892a3 100644 (file)
@@ -1,7 +1,7 @@
 from Tkinter import *
 
 class ScrolledList:
-    
+
     default = "(None)"
 
     def __init__(self, master, **options):