X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b4e3f352b36dee39d7e451a6c9db90862f5563e..1e4a197e4c60e461b8068b0619692ea083e30b8b:/wxPython/distutils/debug.py diff --git a/wxPython/distutils/debug.py b/wxPython/distutils/debug.py new file mode 100644 index 0000000000..e195ebdcdf --- /dev/null +++ b/wxPython/distutils/debug.py @@ -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') +