summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py')
-rw-r--r--AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py b/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py
new file mode 100644
index 0000000000..ddbc18bd09
--- /dev/null
+++ b/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/debug.py
@@ -0,0 +1,7 @@
+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')