Sign in
android
/
platform
/
external
/
python
/
cpython2
/
9d14d778e080ea6fcd42d892ea5ed2ed9bb2eeaa
/
.
/
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'
)