debug.py 139 B

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