From 458120dd40db6b4df55a4e96b650e16798ef06a0 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 3 May 2011 11:25:13 +0000 Subject: add hg and python --- sys/lib/python/distutils/debug.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/lib/python/distutils/debug.py (limited to 'sys/lib/python/distutils/debug.py') diff --git a/sys/lib/python/distutils/debug.py b/sys/lib/python/distutils/debug.py new file mode 100644 index 000000000..1cd427eca --- /dev/null +++ b/sys/lib/python/distutils/debug.py @@ -0,0 +1,9 @@ +import os + +# This module should be kept compatible with Python 2.1. + +__revision__ = "$Id: debug.py 37828 2004-11-10 22:23:15Z loewis $" + +# If DISTUTILS_DEBUG is anything other than the empty string, we run in +# debug mode. +DEBUG = os.environ.get('DISTUTILS_DEBUG') -- cgit v1.2.3