diff options
| author | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:16:08 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:16:08 +0000 |
| commit | 3d2ade66dfe5efa2a561cd804d43c35974ed210a (patch) | |
| tree | 01d96b993a715d53ce91c9b0e9d58713751f4d0d /debug.py | |
| parent | 0180948beafd529bb6a0f19e6e7293dd5117aab7 (diff) | |
| download | external_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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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') - |
