mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Whitespace normalization.
This commit is contained in:
parent
4cf97c4972
commit
30edd2387d
6 changed files with 9 additions and 14 deletions
|
@ -1032,7 +1032,7 @@ class ModuleScanner(Scanner):
|
|||
children = []
|
||||
for file in os.listdir(dir):
|
||||
path = os.path.join(dir, file)
|
||||
if ispackage(path):
|
||||
if ispackage(path):
|
||||
children.append((path, package + (package and '.') + file))
|
||||
else:
|
||||
children.append((path, package))
|
||||
|
@ -1416,5 +1416,3 @@ def cli():
|
|||
""" % (cmd, os.sep, cmd, cmd, cmd, cmd, os.sep)
|
||||
|
||||
if __name__ == '__main__': cli()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue