]> granicus.if.org Git - python/commitdiff
py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization
authorKurt B. Kaiser <kbk@shore.net>
Thu, 12 Jul 2001 23:54:20 +0000 (23:54 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 12 Jul 2001 23:54:20 +0000 (23:54 +0000)
Lib/idlelib/ClassBrowser.py

index f4401642587ff984d8096d15afae7c1bb5ad6d88..19f3b7e6003c11634b9e192cb1f21a555ca999a7 100644 (file)
@@ -92,7 +92,7 @@ class ModuleBrowserTreeItem(TreeItem):
 
     def IsExpandable(self):
         return os.path.normcase(self.file[-3:]) == ".py"
-    
+
     def listclasses(self):
         dir, file = os.path.split(self.file)
         name, ext = os.path.splitext(file)