]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distutils/debug.py
Merged wxPython 2.4.x to the 2.5 branch (Finally!!!)
[wxWidgets.git] / wxPython / distutils / debug.py
diff --git a/wxPython/distutils/debug.py b/wxPython/distutils/debug.py
new file mode 100644 (file)
index 0000000..e195ebd
--- /dev/null
@@ -0,0 +1,10 @@
+import os
+
+# This module should be kept compatible with Python 1.5.2.
+
+__revision__ = "$Id$"
+
+# If DISTUTILS_DEBUG is anything other than the empty string, we run in
+# debug mode.
+DEBUG = os.environ.get('DISTUTILS_DEBUG')
+