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

Last change on this file since 391 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
Line 
1import os
2
3__revision__ = "$Id$"
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.