Poodletooth-iLand/panda/python/Lib/distutils/debug.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

7 lines
162 B
Python
Executable file

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