summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Lib/distutils/debug.py
blob: 9e81c3c4ba1983e6472b10bea7fc1150fa73e7b6 (plain) (blame)
1
2
3
4
5
import os 
 
# If DISTUTILS_DEBUG is anything other than the empty string, we run in 
# debug mode. 
DEBUG = os.environ.get('DISTUTILS_DEBUG')