blob: 2886744402e1b5c219f5bbfcc5aab32418632e86 [file] [log] [blame]
Jeremy Hylton5f6228e2002-09-11 16:28:52 +00001import os
2
Andrew M. Kuchlingd448f662002-11-19 13:12:28 +00003__revision__ = "$Id$"
4
Jeremy Hylton5f6228e2002-09-11 16:28:52 +00005# If DISTUTILS_DEBUG is anything other than the empty string, we run in
6# debug mode.
7DEBUG = os.environ.get('DISTUTILS_DEBUG')