summaryrefslogtreecommitdiff
path: root/Lib/idlelib/ClassBrowser.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2001-07-12 23:54:20 +0000
committerKurt B. Kaiser <kbk@shore.net>2001-07-12 23:54:20 +0000
commit5428d9d37b2fa3ffee6a1409bd42d415f606a85e (patch)
tree8de5e82eca4b347dbe6eb8d3bbc0776eb52573c8 /Lib/idlelib/ClassBrowser.py
parent76222227245b129a74f6619300ccac9910924ead (diff)
downloadcpython-5428d9d37b2fa3ffee6a1409bd42d415f606a85e.tar.gz
py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization
Diffstat (limited to 'Lib/idlelib/ClassBrowser.py')
-rw-r--r--Lib/idlelib/ClassBrowser.py2
1 files changed, 1 insertions, 1 deletions
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)