Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
052a02be4a472e554233e39b61f6de7f0b7e165d
/
.
/
Lib
/
distutils
/
debug.py
blob: 2886744402e1b5c219f5bbfcc5aab32418632e86 [
file
] [
log
] [
blame
]
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'
)