mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +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):
|
def IsExpandable(self):
|
||||||
return os.path.normcase(self.file[-3:]) == ".py"
|
return os.path.normcase(self.file[-3:]) == ".py"
|
||||||
|
|
||||||
def listclasses(self):
|
def listclasses(self):
|
||||||
dir, file = os.path.split(self.file)
|
dir, file = os.path.split(self.file)
|
||||||
name, ext = os.path.splitext(file)
|
name, ext = os.path.splitext(file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue