repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump to 2.3.1 to pick up the missing file.
[python/dscho.git]
/
Lib
/
distutils
/
debug.py
blob
7ca76d6c5c66d8a7a46799d8d272457989b0345a
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