From 182b5aca27d376b08a2904bed42b751496f932f3 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 18 Jul 2004 06:16:08 +0000 Subject: Whitespace normalization, via reindent.py. --- Lib/distutils/core.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/distutils/core.py') diff --git a/Lib/distutils/core.py b/Lib/distutils/core.py index fba463c10b3..fef291f6567 100644 --- a/Lib/distutils/core.py +++ b/Lib/distutils/core.py @@ -239,4 +239,3 @@ def run_setup (script_name, script_args=None, stop_after="run"): return _setup_distribution # run_setup () - -- cgit v1.2.3