From d6c4c9e846660cb501491ec0b98f5086ef3fcc7f Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Thu, 12 Jul 2001 23:54:20 +0000 Subject: [PATCH] py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization --- Lib/idlelib/ClassBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.49.0