summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/debug.py
blob: 2a87eb5d283bbde3e98c0da757313d5b60f957e6 (plain)
1
2
3
4
5
6
7
8
9
import os

# This module should be kept compatible with Python 1.5.2.

__revision__ = "$Id$"

# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')