Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
f17ff4e1d675bdf84676021d2c444e0ba002aa5c
/
.
/
Lib
/
distutils
/
debug.py
blob: 2886744402e1b5c219f5bbfcc5aab32418632e86 [
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'
)