summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/core.py')
-rw-r--r--Lib/distutils/core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/core.py b/Lib/distutils/core.py
index 2aab7c4..97a741c 100644
--- a/Lib/distutils/core.py
+++ b/Lib/distutils/core.py
@@ -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,