mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization
This commit is contained in:
parent
6b19741c36
commit
d6c4c9e846
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue