DEBSOURCES
Skip Quicknav
sources / edk2 / 0~20181115.85588389-3%2Bdeb10u3 / AppPkg / Applications / Python / Python-2.7.2 / Lib / distutils / debug.py
1234567
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')