debug.py 162 B

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