2002-09-11 13:28:52 -03:00
|
|
|
import os
|
|
|
|
|
2004-11-10 18:23:15 -04:00
|
|
|
# This module should be kept compatible with Python 2.1.
|
2002-11-19 09:12:28 -04:00
|
|
|
|
|
|
|
__revision__ = "$Id$"
|
|
|
|
|
2002-09-11 13:28:52 -03:00
|
|
|
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
|
|
|
|
# debug mode.
|
|
|
|
DEBUG = os.environ.get('DISTUTILS_DEBUG')
|