source:
python/vendor/Python-2.7.6/Lib/distutils/debug.py
Last change on this file was 388, checked in by , 11 years ago | |
---|---|
|
|
File size: 162 bytes |
Line | |
---|---|
1 | import os |
2 | |
3 | __revision__ = "$Id$" |
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.