Commit 3d2ade66 authored by Tim Peters's avatar Tim Peters

Whitespace normalization, via reindent.py.

parent 0180948b
...@@ -286,4 +286,3 @@ Your selection [default 1]: ''', ...@@ -286,4 +286,3 @@ Your selection [default 1]: ''',
if self.show_response: if self.show_response:
print '-'*75, data, '-'*75 print '-'*75, data, '-'*75
return result return result
...@@ -239,4 +239,3 @@ def run_setup (script_name, script_args=None, stop_after="run"): ...@@ -239,4 +239,3 @@ def run_setup (script_name, script_args=None, stop_after="run"):
return _setup_distribution return _setup_distribution
# run_setup () # run_setup ()
...@@ -7,4 +7,3 @@ __revision__ = "$Id$" ...@@ -7,4 +7,3 @@ __revision__ = "$Id$"
# If DISTUTILS_DEBUG is anything other than the empty string, we run in # If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode. # debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG') DEBUG = os.environ.get('DISTUTILS_DEBUG')
...@@ -225,4 +225,3 @@ def ensure_relative (path): ...@@ -225,4 +225,3 @@ def ensure_relative (path):
if path[0:1] == os.sep: if path[0:1] == os.sep:
path = drive + path[1:] path = drive + path[1:]
return path return path
...@@ -576,4 +576,3 @@ class MSVCCompiler (CCompiler) : ...@@ -576,4 +576,3 @@ class MSVCCompiler (CCompiler) :
p = self.get_msvc_paths(name) p = self.get_msvc_paths(name)
if p: if p:
os.environ[name] = string.join(p, ';') os.environ[name] = string.join(p, ';')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment