Bump to 2.3.1 to pick up the missing file.
[python/dscho.git] / Lib / distutils / debug.py
blob7ca76d6c5c66d8a7a46799d8d272457989b0345a
1 import os
3 # If DISTUTILS_DEBUG is anything other than the empty string, we run in
4 # debug mode.
5 DEBUG = os.environ.get('DISTUTILS_DEBUG')