Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
acaa5a16d6cd9a94e7e111761264eef14a033d2c
/
.
/
Lib
/
distutils
/
debug.py
blob: b67139c7d42edaf51d7fd814c58f99226397e8a2 [
file
] [
log
] [
blame
]
import
os
# This module should be kept compatible with Python 2.1.
__revision__
=
"$Id$"
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG
=
os
.
environ
.
get
(
'DISTUTILS_DEBUG'
)