source: python/vendor/Python-2.7.6/Lib/distutils/debug.py

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

python: Update vendor to 2.7.6.

  • 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.