blob: daf1660f0d821143e388d37532a39ddfd2ca0347 [file] [log] [blame]
Jeremy Hylton5f6228e2002-09-11 16:28:52 +00001import os
2
Jeremy Hylton5f6228e2002-09-11 16:28:52 +00003# If DISTUTILS_DEBUG is anything other than the empty string, we run in
4# debug mode.
5DEBUG = os.environ.get('DISTUTILS_DEBUG')