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/debug.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/distutils/debug.py') diff --git a/Lib/distutils/debug.py b/Lib/distutils/debug.py index e195ebdcdf..2a87eb5d28 100644 --- a/Lib/distutils/debug.py +++ b/Lib/distutils/debug.py @@ -7,4 +7,3 @@ __revision__ = "$Id$" # If DISTUTILS_DEBUG is anything other than the empty string, we run in # debug mode. DEBUG = os.environ.get('DISTUTILS_DEBUG') - -- cgit v1.2.1