Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
173f11da5dae76c504dac3606c27b74673ccfee4
/
.
/
Lib
/
distutils
/
debug.py
blob: 7ca76d6c5c66d8a7a46799d8d272457989b0345a [
file
] [
log
] [
blame
]
Jeremy Hylton
5f6228e
2002-09-11 16:28:52 +0000
[
diff
] [
blame
]
1
import
os
2
3
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
4
# debug mode.
5
DEBUG
=
os
.
environ
.
get
(
'DISTUTILS_DEBUG'
)
6