mirror of
https://github.com/python/cpython.git
synced 2025-09-04 07:51:13 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -79,7 +79,7 @@ class Command:
|
|||
# verbose is largely ignored, but needs to be set for
|
||||
# backwards compatibility (I think)?
|
||||
self.verbose = dist.verbose
|
||||
|
||||
|
||||
# Some commands define a 'self.force' option to ignore file
|
||||
# timestamps, but methods defined *here* assume that
|
||||
# 'self.force' exists for all commands. So define it here
|
||||
|
@ -100,7 +100,7 @@ class Command:
|
|||
|
||||
|
||||
# XXX A more explicit way to customize dry_run would be better.
|
||||
|
||||
|
||||
def __getattr__ (self, attr):
|
||||
if attr == 'dry_run':
|
||||
myval = getattr(self, "_" + attr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue