]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distutils/debug.py
Removed my copy of distutils from the wxPython source tree.
[wxWidgets.git] / wxPython / distutils / debug.py
diff --git a/wxPython/distutils/debug.py b/wxPython/distutils/debug.py
deleted file mode 100644 (file)
index e195ebd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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')
-