blob: b67139c7d42edaf51d7fd814c58f99226397e8a2 [file] [log] [blame]
Jeremy Hylton5f6228e2002-09-11 16:28:52 +00001import os
2
Martin v. Löwis5a6601c2004-11-10 22:23:15 +00003# This module should be kept compatible with Python 2.1.
Andrew M. Kuchlingd448f662002-11-19 13:12:28 +00004
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')