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