blob: 2a87eb5d283bbde3e98c0da757313d5b60f957e6 [file] [log] [blame]
Jeremy Hylton5f6228e2002-09-11 16:28:52 +00001import os
2
Andrew M. Kuchlingd448f662002-11-19 13:12:28 +00003# This module should be kept compatible with Python 1.5.2.
4
5__revision__ = "$Id$"
6
Jeremy Hylton5f6228e2002-09-11 16:28:52 +00007# If DISTUTILS_DEBUG is anything other than the empty string, we run in
8# debug mode.
9DEBUG = os.environ.get('DISTUTILS_DEBUG')