]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / distutils / debug.py
1 import os
2
3 __revision__ = "$Id$"
4
5 # If DISTUTILS_DEBUG is anything other than the empty string, we run in
6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')