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