1import os
2
3__revision__ = "$Id$"
4
5# If DISTUTILS_DEBUG is anything other than the empty string, we run in
6# debug mode.
7DEBUG = os.environ.get('DISTUTILS_DEBUG')
8