repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change a variable type to avoid signed overflow; replace repeated '19999' constant...
[python.git]
/
Lib
/
distutils
/
debug.py
blob
2886744402e1b5c219f5bbfcc5aab32418632e86
1
import
os
2
3
__revision__
=
"$Id$"
4
5
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
6
# debug mode.
7
DEBUG
=
os
.
environ
.
get
(
'DISTUTILS_DEBUG'
)