source:
python/trunk/Lib/distutils/debug.py
Last change on this file was 391, checked in by , 11 years ago | |
---|---|
|
|
File size: 162 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | import os |
2 | ||
[391] | 3 | __revision__ = "$Id$" |
[2] | 4 | |
5 | # If DISTUTILS_DEBUG is anything other than the empty string, we run in | |
6 | # debug mode. | |
7 | DEBUG = os.environ.get('DISTUTILS_DEBUG') |
Note:
See TracBrowser
for help on using the repository browser.