Files
gtav-src/tools_ng/bin/python/App/Lib/distutils/debug.py
T
2025-09-29 00:52:08 +02:00

8 lines
169 B
Python
Executable File

import os
__revision__ = "$Id$"
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')