aboutsummaryrefslogtreecommitdiffstats
path: root/debug.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-18 06:16:08 +0000
committerTim Peters <tim.peters@gmail.com>2004-07-18 06:16:08 +0000
commit3d2ade66dfe5efa2a561cd804d43c35974ed210a (patch)
tree01d96b993a715d53ce91c9b0e9d58713751f4d0d /debug.py
parent0180948beafd529bb6a0f19e6e7293dd5117aab7 (diff)
downloadexternal_python_setuptools-3d2ade66dfe5efa2a561cd804d43c35974ed210a.tar.gz
external_python_setuptools-3d2ade66dfe5efa2a561cd804d43c35974ed210a.tar.bz2
external_python_setuptools-3d2ade66dfe5efa2a561cd804d43c35974ed210a.zip
Whitespace normalization, via reindent.py.
Diffstat (limited to 'debug.py')
-rw-r--r--debug.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug.py b/debug.py
index e195ebdc..2a87eb5d 100644
--- a/debug.py
+++ b/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')
-