openmedialibrary_platform_w.../Lib/distutils/debug.py

6 lines
144 B
Python
Raw Normal View History

2019-01-20 10:35:31 +00:00
import os
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')