Updates of recent changes to logging.
[python.git] / Lib / distutils / debug.py
blobb67139c7d42edaf51d7fd814c58f99226397e8a2
1 import os
3 # This module should be kept compatible with Python 2.1.
5 __revision__ = "$Id$"
7 # If DISTUTILS_DEBUG is anything other than the empty string, we run in
8 # debug mode.
9 DEBUG = os.environ.get('DISTUTILS_DEBUG')