mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Whitespace normalization.
This commit is contained in:
parent
bcd8975740
commit
b94b849d65
21 changed files with 210 additions and 216 deletions
|
@ -108,7 +108,7 @@ def setup (**attrs):
|
|||
# Find and parse the config file(s): they will override options from
|
||||
# the setup script, but be overridden by the command line.
|
||||
dist.parse_config_files()
|
||||
|
||||
|
||||
if DEBUG:
|
||||
print "options (after parsing config files):"
|
||||
dist.dump_option_dicts()
|
||||
|
@ -146,7 +146,7 @@ def setup (**attrs):
|
|||
raise
|
||||
else:
|
||||
raise SystemExit, error
|
||||
|
||||
|
||||
except (DistutilsExecError,
|
||||
DistutilsFileError,
|
||||
DistutilsOptionError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue