blob: 2a87eb5d283bbde3e98c0da757313d5b60f957e6 [file] [log] [blame]
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')