mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization
This commit is contained in:
parent
6b19741c36
commit
d6c4c9e846
@ -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…
Reference in New Issue
Block a user