diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2001-07-12 23:54:20 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2001-07-12 23:54:20 (GMT) |
commit | d6c4c9e846660cb501491ec0b98f5086ef3fcc7f (patch) | |
tree | 9f8d45d8cd5faf71c0d085cb9b052d0a29e8fea8 /Lib/idlelib | |
parent | 6b19741c36c9b462cea634f267f22f4b03004351 (diff) | |
download | cpython-d6c4c9e846660cb501491ec0b98f5086ef3fcc7f.zip cpython-d6c4c9e846660cb501491ec0b98f5086ef3fcc7f.tar.gz cpython-d6c4c9e846660cb501491ec0b98f5086ef3fcc7f.tar.bz2 |
py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/ClassBrowser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ClassBrowser.py b/Lib/idlelib/ClassBrowser.py index f440164..19f3b7e 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) |