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