source: python/trunk/Lib/distutils/debug.py

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 162 bytes
RevLine 
[2]1import os
2
[391]3__revision__ = "$Id$"
[2]4
5# If DISTUTILS_DEBUG is anything other than the empty string, we run in
6# debug mode.
7DEBUG = os.environ.get('DISTUTILS_DEBUG')
Note: See TracBrowser for help on using the repository browser.