| Jeremy Hylton | 5f6228e | 2002-09-11 16:28:52 +0000 | [diff] [blame] | 1 | import os |
| 2 | |||||
| Jeremy Hylton | 5f6228e | 2002-09-11 16:28:52 +0000 | [diff] [blame] | 3 | # If DISTUTILS_DEBUG is anything other than the empty string, we run in |
| 4 | # debug mode. | ||||
| 5 | DEBUG = os.environ.get('DISTUTILS_DEBUG') | ||||