From cd7d6d56a1cf84cafea44f7cf7e357a926821f03 Mon Sep 17 00:00:00 2001 From: xoviat Date: Wed, 8 Nov 2017 16:41:32 -0600 Subject: [maint] move all files into subfolder --- distutils/debug.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 distutils/debug.py (limited to 'distutils/debug.py') diff --git a/distutils/debug.py b/distutils/debug.py new file mode 100644 index 00000000..daf1660f --- /dev/null +++ b/distutils/debug.py @@ -0,0 +1,5 @@ +import os + +# 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