From: Kurt B. Kaiser Date: Thu, 12 Jul 2001 23:54:20 +0000 (+0000) Subject: py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization X-Git-Tag: v2.2a3~1227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6c4c9e846660cb501491ec0b98f5086ef3fcc7f;p=python py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization --- diff --git a/Lib/idlelib/ClassBrowser.py b/Lib/idlelib/ClassBrowser.py index f440164258..19f3b7e600 100644 --- a/Lib/idlelib/ClassBrowser.py +++ b/Lib/idlelib/ClassBrowser.py @@ -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)